svn rev #21894: trunk/src/lib/krb5/krb/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Feb 5 13:43:11 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21894
Commit By: ghudson
Log Message:
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   trunk/src/lib/krb5/krb/chpw.c
Modified: trunk/src/lib/krb5/krb/chpw.c
===================================================================
--- trunk/src/lib/krb5/krb/chpw.c	2009-02-05 18:42:10 UTC (rev 21893)
+++ trunk/src/lib/krb5/krb/chpw.c	2009-02-05 18:43:08 UTC (rev 21894)
@@ -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