[Freeswitch-trunk] [commit] r12362 - freeswitch/trunk/libs/esl/src
FreeSWITCH SVN
anthm at freeswitch.org
Mon Mar 2 15:59:04 PST 2009
Author: anthm
Date: Mon Mar 2 17:59:04 2009
New Revision: 12362
Log:
return nothing on timeout
Modified:
freeswitch/trunk/libs/esl/src/esl_oop.cpp
Modified: freeswitch/trunk/libs/esl/src/esl_oop.cpp
==============================================================================
--- freeswitch/trunk/libs/esl/src/esl_oop.cpp (original)
+++ freeswitch/trunk/libs/esl/src/esl_oop.cpp Mon Mar 2 17:59:04 2009
@@ -186,8 +186,7 @@
}
}
- last_event_obj = new ESLevent("server_disconnected");
- return last_event_obj;
+ return NULL;
}
int ESLconnection::filter(const char *header, const char *value)
More information about the Freeswitch-trunk
mailing list