Skip to content
Snippets Groups Projects
Commit bb3a461b authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix stack size for ADSI (needs 128k by itself!)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 18d9b26c
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ struct ast_realloca {
#endif
#define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__
#define AST_STACKSIZE 128 * 1024
#define AST_STACKSIZE 256 * 1024
#define ast_pthread_create(a,b,c,d) ast_pthread_create_stack(a,b,c,d,0)
#ifdef __linux__
#define ast_strcasestr strcasestr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment