minor adj

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1716 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-06-30 21:45:29 +00:00
parent 7bcecfb149
commit c26480656f
2 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ int main(int argc, char *argv[])
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
#else #else
int pid; int pid;
//nice(-20); nice(-20);
#endif #endif
#ifdef HAVE_MLOCKALL #ifdef HAVE_MLOCKALL

View File

@ -1123,6 +1123,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
switch_channel_get_name(caller_channel), switch_channel_get_name(caller_channel),
switch_channel_get_name(peer_channel) switch_channel_get_name(peer_channel)
); );
switch_channel_hangup(peer_channel, SWITCH_CAUSE_NO_ANSWER);
} }
return status; return status;