mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
Fix manager too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -909,7 +909,7 @@ static int authenticate(struct mansession *s, struct message *m)
|
||||
writeperm = get_perm(v->value);
|
||||
else if (!strcasecmp(v->name, "permit") ||
|
||||
!strcasecmp(v->name, "deny")) {
|
||||
ha = ast_append_ha(v->name, v->value, ha);
|
||||
ha = ast_append_ha(v->name, v->value, ha, NULL);
|
||||
} else if (!strcasecmp(v->name, "writetimeout")) {
|
||||
int val = atoi(v->value);
|
||||
|
||||
|
Reference in New Issue
Block a user