[Freeswitch-svn] [commit] r4658 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Mon Mar 19 12:03:49 EDT 2007
Author: mikej
Date: Mon Mar 19 12:03:49 2007
New Revision: 4658
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
dont return value on void function
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c Mon Mar 19 12:03:49 2007
@@ -3058,7 +3058,7 @@
switch_channel_set_variable(channel, SWITCH_ENDPOINT_DISPOSITION_VARIABLE, "RECEIVED_3PCC");
if (tech_choose_port(tech_pvt) != SWITCH_STATUS_SUCCESS) {
- return status;
+ return;
}
set_local_sdp(tech_pvt, NULL, 0, NULL, 0);
More information about the Freeswitch-svn
mailing list