ecore: remove warning from tests case.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 23 Feb 2015 16:34:31 +0000 (17:34 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 23 Feb 2015 16:35:22 +0000 (17:35 +0100)
src/tests/ecore/ecore_test_ecore_con.c

index b1de6c1..e29139d 100644 (file)
@@ -178,7 +178,7 @@ _dns_err(void *data, int type EINA_UNUSED, void *ev EINA_UNUSED)
 
 void _ecore_con_server_client_tests(Ecore_Con_Type compl_type, const char *name)
 {
-   Ecore_Con_Server *server;
+   Ecore_Con_Server *server = NULL;
    Ecore_Con_Server *client;
    Ecore_Con_Client *cl;
    const Eina_List *clients, *l;