mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
Fix windows build
This commit is contained in:
parent
0845297642
commit
74c40f5aa3
@ -1199,7 +1199,11 @@ int main(int argc, char *argv[])
|
||||
if (!argv_exec) usage(argv[0]);
|
||||
return -1;
|
||||
} else {
|
||||
#ifndef WIN32
|
||||
sleep(1);
|
||||
#else
|
||||
Sleep(1000);
|
||||
#endif
|
||||
esl_log(ESL_LOG_INFO, "Retrying\n");
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user