svn rev #22719: trunk/src/clients/kpasswd/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Sep 9 14:44:23 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22719
Commit By: ghudson
Log Message:
In ksetpwd (a program we don't yet install), don't display the new
password to stderr.  Cherry-picked from Luke's s4u branch since it's
an unrelated change.



Changed Files:
U   trunk/src/clients/kpasswd/ksetpwd.c
Modified: trunk/src/clients/kpasswd/ksetpwd.c
===================================================================
--- trunk/src/clients/kpasswd/ksetpwd.c	2009-09-09 15:17:09 UTC (rev 22718)
+++ trunk/src/clients/kpasswd/ksetpwd.c	2009-09-09 18:44:23 UTC (rev 22719)
@@ -282,8 +282,6 @@
 /*
 ** change the password -
 */
-	fprintf( stderr, "the password is %s\n", new_password );
-
 	{
 		int pw_result;
 		krb5_ccache ccache;




More information about the cvs-krb5 mailing list