mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fix previous merge. ast_test_flag != ast_test_flag64
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4141,9 +4141,9 @@ static int conf_exec(struct ast_channel *chan, const char *data)
|
||||
}
|
||||
} else {
|
||||
if (((!ast_strlen_zero(cnf->pin) &&
|
||||
!ast_test_flag(&confflags, CONFFLAG_ADMIN)) ||
|
||||
!ast_test_flag64(&confflags, CONFFLAG_ADMIN)) ||
|
||||
(!ast_strlen_zero(cnf->pinadmin) &&
|
||||
ast_test_flag(&confflags, CONFFLAG_ADMIN))) &&
|
||||
ast_test_flag64(&confflags, CONFFLAG_ADMIN))) &&
|
||||
(!(cnf->users == 0 && cnf->isdynamic))) {
|
||||
char pin[MAX_PIN] = "";
|
||||
int j;
|
||||
|
||||
Reference in New Issue
Block a user