mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
umm ya, the thread stack size is in bytes not kbytes
This commit is contained in:
@@ -1357,7 +1357,12 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
global_handle = &handle;
|
||||
global_profile = profile;
|
||||
esl_thread_create_detached(msg_thread_run, &handle);
|
||||
|
||||
if (esl_thread_create_detached(msg_thread_run, &handle) != ESL_SUCCESS) {
|
||||
printf("Error starting thread!\n");
|
||||
esl_disconnect(&handle);
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef HAVE_EDITLINE
|
||||
el = el_init(__FILE__, stdin, stdout, stderr);
|
||||
|
Reference in New Issue
Block a user