eeze_scanner: server was not always initialized here

The initial assignment is behind and ifdef so make sure we actually start with
a sane NULL here.
This commit is contained in:
Stefan Schmidt 2016-12-02 16:13:02 +01:00
parent 58e13c569b
commit bb284620c3
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ server_error(void *data EINA_UNUSED, const Efl_Event *event)
int
main(void)
{
Eo *server, *loop;
Eo *server = NULL, *loop;
char *path = NULL;
Ecore_Event_Handler *eh;
Eina_List *ehl = NULL;