]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure we default allowmultiplelogin to on/yes, per the default stated in the...
authorJason Parker <jparker@digium.com>
Tue, 5 Jun 2007 17:47:37 +0000 (17:47 +0000)
committerJason Parker <jparker@digium.com>
Tue, 5 Jun 2007 17:47:37 +0000 (17:47 +0000)
Issue 9885, patch by eliel.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67398 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/manager.c

index 3d3c06ab0cf03770658c3fdc1749d0dbfc5612b0..fe6ac7e11a797f8c56e11b08a1e96b974c3a28f6 100644 (file)
@@ -111,7 +111,7 @@ struct eventqent {
 static AST_LIST_HEAD_STATIC(all_events, eventqent);
 
 static int displayconnects = 1;
-static int allowmultiplelogin;
+static int allowmultiplelogin = 1;
 static int timestampevents;
 static int httptimeout = 60;
 static int manager_enabled = 0;