clouseau: Avoid exiting client on connection-failed

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71205
This commit is contained in:
Aharon Hillel 2012-05-17 13:57:20 +00:00 committed by Tom Hacohen
parent c97656f937
commit 3c446fcd83
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ _del(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_Ipc_Event_Server_Del *e
printf("Lost server with ip %s!\n", ecore_ipc_server_ip_get(ev->server));
ecore_ipc_server_del(ev->server);
ecore_main_loop_quit();
return ECORE_CALLBACK_RENEW;
}