[Freeswitch-svn] [commit] r9888 - freeswitch/trunk/src/mod/applications/mod_voicemail

Freeswitch SVN anthm at freeswitch.org
Tue Oct 7 18:58:24 EDT 2008


Author: anthm
Date: Tue Oct  7 18:58:24 2008
New Revision: 9888

Modified:
   freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c

Log:
zigged where we should have zagged

Modified: freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	Tue Oct  7 18:58:24 2008
@@ -1994,7 +1994,7 @@
 				}
 
 				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++;



More information about the Freeswitch-svn mailing list