mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 12:28:27 +00:00
Fix password change bug (bug #4976)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -659,7 +659,7 @@ static void vm_change_password(struct ast_vm_user *vmu, const char *newpassword)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* Put it back like it was */
|
/* Put it back like it was */
|
||||||
fprintf(configout, orig);
|
fprintf(configout, "%s", orig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user