]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dont return value on void function
authorMichael Jerris <mike@jerris.com>
Mon, 19 Mar 2007 16:03:49 +0000 (16:03 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 19 Mar 2007 16:03:49 +0000 (16:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4658 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 419a2cc186ab0c9f55c7f77f1b518d6c2e75cae4..9923619043d58bcc356ef0dd85ca6547e7a556c8 100644 (file)
@@ -3058,7 +3058,7 @@ static void sip_i_state(int status,
                                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);