Index: apps/app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.218 diff -u -r1.218 app_voicemail.c --- apps/app_voicemail.c 23 Jun 2005 17:44:20 -0000 1.218 +++ apps/app_voicemail.c 29 Jun 2005 19:41:30 -0000 @@ -544,7 +544,7 @@ char *user, *pass, *rest, *trim, *tempcontext; struct stat statbuf; - if (!change_password_realtime(vmu, newpassword)) + if (change_password_realtime(vmu, newpassword)) return; tempcontext = NULL;