@since
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 05:20:13 +0000 (05:20 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Dec 2011 05:20:13 +0000 (05:20 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@65939 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/Ecore_Con.h
src/lib/ecore_con/ecore_con.c

index 66c8c26..a45adc5 100644 (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;
 
index a447db4..5c0fbc1 100644 (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);