we want the ipc_clients, not the con clients

SVN revision: 21600
This commit is contained in:
codewarrior 2006-03-30 08:20:18 +00:00 committed by codewarrior
parent e0b0c8738f
commit d6cd4313bd
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ ecore_ipc_server_clients_get(Ecore_Ipc_Server *svr)
"ecore_ipc_server_clients_get");
return NULL;
}
return ecore_con_server_clients_get(svr->server);
return svr->clients;
}
#define SVENC(_member) \