mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-04 04:05:15 +00:00
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:
parent
714d8d2b84
commit
df5104e9c1
@ -617,7 +617,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (destroy_status == SWITCH_STATUS_RESTART) {
|
if (destroy_status == SWITCH_STATUS_RESTART) {
|
||||||
switch_sleep(1);
|
switch_sleep(1000000);
|
||||||
ret = (int)execv(argv[0], argv);
|
ret = (int)execv(argv[0], argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user