mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +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]);
|
if (!argv_exec) usage(argv[0]);
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
|
#ifndef WIN32
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
#else
|
||||||
|
Sleep(1000);
|
||||||
|
#endif
|
||||||
esl_log(ESL_LOG_INFO, "Retrying\n");
|
esl_log(ESL_LOG_INFO, "Retrying\n");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user