aboutsummaryrefslogtreecommitdiffstats
path: root/main/autoservice.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-08 20:56:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-08 20:56:38 +0000
commiteb1bd79af9c41110e08f9c7b2d673918b9e5b227 (patch)
treee778f23014cdfaa1b8d540ef69a3b040ac2b582f /main/autoservice.c
parent7ceb4b22e68d929c832af180a91fb376ccf2ce1d (diff)
Merged revisions 97194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r97194 | tilghman | 2008-01-08 14:47:07 -0600 (Tue, 08 Jan 2008) | 3 lines Increase constants to where we're less likely to hit them while debugging. (Closes issue #11694) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97198 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/autoservice.c')
-rw-r--r--main/autoservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/autoservice.c b/main/autoservice.c
index 02aa713a4..fcc42911f 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/utils.h"
-#define MAX_AUTOMONS 256
+#define MAX_AUTOMONS 1500
struct asent {
struct ast_channel *chan;