From: Anthony Minessale Date: Tue, 7 Oct 2008 22:58:24 +0000 (+0000) Subject: zigged where we should have zagged X-Git-Tag: v1.0.2~917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd20278efb8ee75030439fe29d3cca025257c747;p=thirdparty%2Ffreeswitch.git zigged where we should have zagged git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9888 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 0011b3a7d9..1031132c87 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1994,7 +1994,7 @@ static void voicemail_check_main(switch_core_session_t *session, const char *pro } if (!auth) { - if (switch_strlen_zero(cbt.password) && !strcmp(cbt.password, mypass)) { + if (!switch_strlen_zero(cbt.password) && !strcmp(cbt.password, mypass)) { auth++; } else if (!thepass) { auth++;