CVS commit by ossi:
fix crash due to uninited var when parsing IMAPServer. Thanks to
CCMAIL: Antoine Reilles <[EMAIL PROTECTED]>
REF: <[EMAIL PROTECTED]>
M +1 -0 drv_imap.c 1.32
--- isync/src/drv_imap.c #1.31:1.32
@@ -1690,4 +1690,5 @@ imap_parse_store( conffile_t *cfg, store
serverapp = &server->next;
store = 0;
+ *storep = 0;
} else if (!strcasecmp( "IMAPStore", cfg->cmd )) {
store = nfcalloc( sizeof(*store) );
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel