same thing as the previous commit

SVN revision: 72019
This commit is contained in:
Mike Blumenkrantz 2012-06-12 11:59:19 +00:00
parent f98f7dc397
commit 6fb36cdff2
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ _connect_to_daemon(void)
svr = ecore_ipc_server_connect(ECORE_IPC_REMOTE_SYSTEM,
LOCALHOST, PORT, NULL);
if ((!svr) || (!ecore_ipc_server_connected_get(svr)))
if (!svr)
{
printf("could not connect to the server: %s, port %d.\n",
address, PORT);