Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        ecore_con.c 


Log Message:
i guess that's what you meant
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ecore_con.c 14 Apr 2004 09:11:42 -0000      1.20
+++ ecore_con.c 14 Apr 2004 16:14:24 -0000      1.21
@@ -735,7 +735,7 @@
    int res, ssl_err, flag = 0;
    
    res = SSL_connect(svr->ssl);
-   if ((res = SSL_connect(svr->ssl)) == 1) return 1;
+   if (res == 1) return 1;
    ssl_err = SSL_get_error(svr->ssl, res);
    
    if (ssl_err == SSL_ERROR_NONE) return 1;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to