SVN revision: 56314
This commit is contained in:
Mike Blumenkrantz 2011-01-27 03:23:05 +00:00
parent 725e7cd0d7
commit 17930e3b31
1 changed files with 2 additions and 0 deletions

View File

@ -1494,6 +1494,8 @@ _ecore_con_cb_tcp_connect(void *data,
if (!net_info)
goto error;
if (!svr) return;
svr->fd = socket(net_info->info.ai_family, net_info->info.ai_socktype,
net_info->info.ai_protocol);
if (svr->fd < 0)