[Asterisk-cvs] asterisk utils.c,1.31,1.32
twisted at lists.digium.com
twisted at lists.digium.com
Thu Mar 3 10:30:15 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13356
Modified Files:
utils.c
Log Message:
Roll back previous change due to crossing of fixes
Index: utils.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- utils.c 3 Mar 2005 16:21:33 -0000 1.31
+++ utils.c 3 Mar 2005 16:27:28 -0000 1.32
@@ -396,7 +396,7 @@
pthread_attr_init(&lattr);
attr = &lattr;
}
- errno = pthread_attr_setstacksize(attr, AST_STACK_SIZE);
+ errno = pthread_attr_setstacksize(attr, AST_STACKSIZE);
if (errno)
ast_log(LOG_WARNING, "pthread_attr_setstacksize returned non-zero: %s\n", strerror(errno));
return pthread_create(thread, attr, start_routine, data); /* We're in ast_pthread_create, so it's okay */
More information about the svn-commits
mailing list