diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clients/kpasswd/ksetpwd.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |