CVS commit by ossi: 

whitespace and code verbosity


  M +3 -4      drv_imap.c   1.20


--- isync/src/drv_imap.c  #1.19:1.20
@@ -235,6 +235,5 @@ static int
 init_ssl_ctx( imap_store_t *ctx )
 {
-       imap_store_conf_t *conf = (imap_store_conf_t *)ctx->gen.conf;
-       imap_server_conf_t *srvc = conf->server;
+       imap_server_conf_t *srvc = ((imap_store_conf_t *)ctx->gen.conf)->server;
        SSL_METHOD *method;
        int options = 0;




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to