From 6fb36cdff2720e865585ad64acae218b8235562f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 12 Jun 2012 11:59:19 +0000 Subject: [PATCH] same thing as the previous commit SVN revision: 72019 --- src/lib/libclouseau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libclouseau.c b/src/lib/libclouseau.c index 199f8e9..7a5823c 100644 --- a/src/lib/libclouseau.c +++ b/src/lib/libclouseau.c @@ -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);