From: Paul Belanger Date: Wed, 23 Jun 2010 21:15:53 +0000 (+0000) Subject: Revert previous commit, ast_test_flag64 does not exist in 1.6.2 X-Git-Tag: 1.6.2.10-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80fe2c3ea721ce191f6ba1884430db736bc2b5ca;p=thirdparty%2Fasterisk.git Revert previous commit, ast_test_flag64 does not exist in 1.6.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272263 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 26b6a50685..5fe8424471 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -3868,9 +3868,9 @@ static int conf_exec(struct ast_channel *chan, void *data) } } else { if (((!ast_strlen_zero(cnf->pin) && - !ast_test_flag64(&confflags, CONFFLAG_ADMIN)) || + !ast_test_flag(&confflags, CONFFLAG_ADMIN)) || (!ast_strlen_zero(cnf->pinadmin) && - ast_test_flag64(&confflags, CONFFLAG_ADMIN))) && + ast_test_flag(&confflags, CONFFLAG_ADMIN))) && (!(cnf->users == 0 && cnf->isdynamic))) { char pin[MAX_PIN] = ""; int j;