entrance: remove a warning

This commit is contained in:
Michael Bouchaud 2013-11-16 00:49:57 +01:00
parent 101cf0f7dc
commit 1f54faeb13
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ static const char *
_entrance_session_find_command(const char *path, const char *session)
{
Eina_List *l;
Entrance_Xsession *xsession;
Entrance_Xsession *xsession = NULL;
char buf[PATH_MAX];
if (session)
{