From cd20278efb8ee75030439fe29d3cca025257c747 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 7 Oct 2008 22:58:24 +0000 Subject: [PATCH] zigged where we should have zagged git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9888 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_voicemail/mod_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;