mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Merge branch 'master' into smgmaster
Conflicts: src/switch_console.c
This commit is contained in:
+2
-2
@@ -793,10 +793,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
#if defined(HAVE_SETRLIMIT) && !defined(__sun)
|
||||
if (!waste && !(flags & SCF_VG)) {
|
||||
int x;
|
||||
//int x;
|
||||
|
||||
memset(&rlp, 0, sizeof(rlp));
|
||||
x = getrlimit(RLIMIT_STACK, &rlp);
|
||||
getrlimit(RLIMIT_STACK, &rlp);
|
||||
|
||||
if (rlp.rlim_max > SWITCH_THREAD_STACKSIZE) {
|
||||
char buf[1024] = "";
|
||||
|
||||
Reference in New Issue
Block a user