forked from Mirrors/freeswitch
dont return value on void function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4658 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ab74b1d307
commit
0bab5fe86a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue