attempt to run eeze_scanner on failure to connect, not successful connect

ref T1612
This commit is contained in:
Mike Blumenkrantz 2014-12-05 13:53:54 -05:00
parent 7e3b22dacc
commit 4dc20f5c85
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ static Eina_Bool
_scanner_disc(void *data __UNUSED__, int type __UNUSED__, Ecore_Con_Event_Server_Del *ev __UNUSED__)
{
INF("Scanner disconnected");
if (_scanner_poll(NULL))
if (!_scanner_poll(NULL))
_scanner_run();
return ECORE_CALLBACK_RENEW;
}