workaround for a weird ecore-con crash

kuri ping in case I don't get to this soon it needs to be fixed somewhere else
This commit is contained in:
discomfitor 2013-12-20 21:36:58 -05:00
parent 3c81c6ded3
commit c751a220d6
1 changed files with 1 additions and 0 deletions

View File

@ -1671,6 +1671,7 @@ _ecore_con_cb_tcp_connect(void *data,
const char *memerr = NULL;
svr = data;
if (!svr) return;
errno = 0;
if (!net_info) /* error message has already been handled */