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,13 +229,16 @@ _e_ipc_cb_server_data(void *data, int type, void *event)
e = event;
printf("REPLY <- BEGIN\n");
switch (e->minor)
if (data)
{
switch (e->minor)
{
#define TYPE E_REMOTE_IN
#include "e_ipc_handlers.h"
#undef TYPE
default:
break;
default:
break;
}
}
printf("REPLY <- END\n");
reply_count++;