svn rev #22021: branches/krb5-1-7/src/lib/krb5/krb/
tlyu@MIT.EDU
tlyu at MIT.EDU
Wed Feb 18 13:19:10 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22021
Commit By: tlyu
Log Message:
ticket: 6368
version_fixed: 1.7
status: resolved
pull up r21894 from trunk
------------------------------------------------------------------------
r21894 | ghudson | 2009-02-05 13:43:08 -0500 (Thu, 05 Feb 2009) | 7 lines
Changed paths:
M /trunk/src/lib/krb5/krb/chpw.c
ticket: 6368
tags: pullup
target_version: 1.7
Add a missing break in the switch statement of
krb5int_setpw_result_code_string.
------------------------------------------------------------------------
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/chpw.c
Modified: branches/krb5-1-7/src/lib/krb5/krb/chpw.c
===================================================================
--- branches/krb5-1-7/src/lib/krb5/krb/chpw.c 2009-02-18 18:18:56 UTC (rev 22020)
+++ branches/krb5-1-7/src/lib/krb5/krb/chpw.c 2009-02-18 18:19:10 UTC (rev 22021)
@@ -528,6 +528,7 @@
break;
case 0:
*code_string = "Success";
+ break;
default:
*code_string = "Password change failed";
break;
More information about the cvs-krb5
mailing list