SVN revision: 65939
This commit is contained in:
Mike Blumenkrantz 2011-12-06 05:20:13 +00:00
parent adc327c8f8
commit 77f039eb73
2 changed files with 1 additions and 1 deletions

View File

@ -237,6 +237,7 @@ typedef struct _Ecore_Con_Client Ecore_Con_Client;
* @typedef Ecore_Con_Socks
* An object representing a SOCKS proxy
* @ingroup Ecore_Con_Socks_Group
* @since 1.2
*/
typedef struct Ecore_Con_Socks Ecore_Con_Socks;

View File

@ -2079,7 +2079,6 @@ _ecore_con_cl_handler(void *data,
{
ERR("ssl handshaking failed!");
svr->handshaking = EINA_FALSE;
}
else if (!svr->ssl_state)
ecore_con_event_server_add(svr);