return nothing on timeout

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12362 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-03-02 23:59:04 +00:00
parent 0c9541e985
commit 8aa9a3b05c

View File

@ -186,8 +186,7 @@ ESLevent *ESLconnection::recvEventTimed(int ms)
}
}
last_event_obj = new ESLevent("server_disconnected");
return last_event_obj;
return NULL;
}
int ESLconnection::filter(const char *header, const char *value)