wrong sleep units from switch_sleep

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9853 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-10-06 15:43:38 +00:00
parent 714d8d2b84
commit df5104e9c1
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ int main(int argc, char *argv[])
}
if (destroy_status == SWITCH_STATUS_RESTART) {
switch_sleep(1);
switch_sleep(1000000);
ret = (int)execv(argv[0], argv);
}