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:
Michael Jerris 2007-03-19 16:03:49 +00:00
parent ab74b1d307
commit 0bab5fe86a
1 changed files with 1 additions and 1 deletions

View 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);