mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Increase the fromstring maximum length
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -150,7 +150,7 @@ static int maxlogins;
|
|||||||
|
|
||||||
static char *emailbody = NULL;
|
static char *emailbody = NULL;
|
||||||
static int pbxskip = 0;
|
static int pbxskip = 0;
|
||||||
static char fromstring[15];
|
static char fromstring[40];
|
||||||
static char emailtitle[100];
|
static char emailtitle[100];
|
||||||
|
|
||||||
STANDARD_LOCAL_USER;
|
STANDARD_LOCAL_USER;
|
||||||
|
Reference in New Issue
Block a user