if you get a server object back, your connection is in progress.

SVN revision: 72018
This commit is contained in:
Mike Blumenkrantz 2012-06-12 11:53:13 +00:00
parent b2a61d0638
commit f98f7dc397
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ _connect_to_daemon(gui_elements *g)
if (p_colon)
*p_colon = ':';
if ((!svr) || (!ecore_ipc_server_connected_get(svr)))
if (!svr)
{
printf("could not connect to the server: %s\n", g->address);
return NULL;