Just answer if we got data.

SVN revision: 16997
This commit is contained in:
sebastid 2005-09-27 20:10:23 +00:00 committed by sebastid
parent 47b4da688e
commit af2037a1a3
1 changed files with 6 additions and 3 deletions

View File

@ -229,6 +229,8 @@ _e_ipc_cb_server_data(void *data, int type, void *event)
e = event; e = event;
printf("REPLY <- BEGIN\n"); printf("REPLY <- BEGIN\n");
if (data)
{
switch (e->minor) switch (e->minor)
{ {
#define TYPE E_REMOTE_IN #define TYPE E_REMOTE_IN
@ -237,6 +239,7 @@ _e_ipc_cb_server_data(void *data, int type, void *event)
default: default:
break; break;
} }
}
printf("REPLY <- END\n"); printf("REPLY <- END\n");
reply_count++; reply_count++;
if (reply_count >= reply_expect) ecore_main_loop_quit(); if (reply_count >= reply_expect) ecore_main_loop_quit();