mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +00:00
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:
parent
0c9541e985
commit
8aa9a3b05c
@ -186,8 +186,7 @@ ESLevent *ESLconnection::recvEventTimed(int ms)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
last_event_obj = new ESLevent("server_disconnected");
|
return NULL;
|
||||||
return last_event_obj;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int ESLconnection::filter(const char *header, const char *value)
|
int ESLconnection::filter(const char *header, const char *value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user