fix build on msvc.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5037 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-04-29 01:51:32 +00:00
parent ffb254ad49
commit ac065100b6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -372,8 +372,8 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
su_root_run(profile->s_root);
nua_destroy(profile->nua);
while(0 && profile->inuse) {
switch_yield(1000000);
while(profile->inuse) {
switch_yield(100000);
}
if (switch_event_create(&s_event, SWITCH_EVENT_UNPUBLISH) == SWITCH_STATUS_SUCCESS) {