Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con.c Log Message: And remove debugging. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v retrieving revision 1.92 retrieving revision 1.93 diff -u -3 -r1.92 -r1.93 --- ecore_con.c 18 Feb 2008 06:26:20 -0000 1.92 +++ ecore_con.c 18 Feb 2008 06:41:52 -0000 1.93 @@ -1333,8 +1333,6 @@ lost_server = (ssl_err == SSL_ERROR_ZERO_RETURN); if (ssl_err == SSL_ERROR_SYSCALL) { - perror("SSL read"); - printf("SSL_ERROR_SYSCALL: num = %d, errno = %d\n", num, errno); if (num == 0) lost_server = 1; else { @@ -1524,21 +1522,6 @@ { ssl_err = SSL_get_error(svr->ssl, count); lost_server = (ssl_err == SSL_ERROR_ZERO_RETURN); - if (ssl_err == SSL_ERROR_SYSCALL) - { - perror("SSL write"); - printf("SSL_ERROR_SYSCALL: num = %d, errno = %d\n", num, errno); - if (num == 0) lost_server = 1; - else - { - lost_server = ((errno == EIO) || - (errno == EBADF) || - (errno == EPIPE) || - (errno == EINVAL) || - (errno == ENOSPC) || - (errno == ECONNRESET)); - } - } } } #endif ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs