From: Greg Hudson Date: Wed, 9 Sep 2009 18:44:23 +0000 (+0000) Subject: In ksetpwd (a program we don't yet install), don't display the new X-Git-Tag: krb5-1.8-alpha1~361 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d8b68c5a04658fc87960ddc9ca04aaa6b0fd03a4;p=krb5.git 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22719 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/clients/kpasswd/ksetpwd.c b/src/clients/kpasswd/ksetpwd.c index 45f782f08..a489f06e3 100644 --- a/src/clients/kpasswd/ksetpwd.c +++ b/src/clients/kpasswd/ksetpwd.c @@ -282,8 +282,6 @@ int main( int argc, char ** argv ) /* ** change the password - */ - fprintf( stderr, "the password is %s\n", new_password ); - { int pw_result; krb5_ccache ccache;