Convert success in krb5_chpw_result_code_string Result code 0 used to be converted properly by krb5_set_password, though not krb5_change_password; this changed in 1.10 when krb5int_setpw_result_code_string was folded into krb5_chpw_result_code_string. Restore the old behavior, and make it apply to krb5_change_password as well, by making krb5_chpw_result_code_string convert result code 0. [ghudson@mit.edu: commit message] (cherry picked from commit 316bf74b4696058e2b60c95c9d0fc90d6c2c2ffe) https://github.com/krb5/krb5/commit/033915b91a48cb1434eac06408bb987ad73d29bc Author: Jonathan Reams Committer: Tom Yu Commit: 033915b91a48cb1434eac06408bb987ad73d29bc Branch: krb5-1.11 src/lib/krb5/krb/chpw.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)