mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
fix fs_cli windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11994 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fd252b2544
commit
d0479faee1
@ -476,8 +476,9 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
signal(SIGINT, handle_SIGINT);
|
signal(SIGINT, handle_SIGINT);
|
||||||
|
#ifdef SIGQUIT
|
||||||
signal(SIGQUIT, handle_SIGQUIT);
|
signal(SIGQUIT, handle_SIGQUIT);
|
||||||
|
#endif
|
||||||
esl_global_set_default_logger(6); /* default debug level to 6 (info) */
|
esl_global_set_default_logger(6); /* default debug level to 6 (info) */
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user