fix crash related to saving a changed password (bug #4976)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6392 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-08-24 15:39:25 +00:00
parent 09f5f15a72
commit bfac0241be

View File

@@ -675,7 +675,7 @@ static void vm_change_password(struct ast_vm_user *vmu, char *newpassword)
} }
} else { } else {
/* Put it back like it was */ /* Put it back like it was */
fprintf(configout, orig); fprintf(configout, "%s", orig);
} }
} }
} }