diff options
author | Björn Baumbach <bb@sernet.de> | 2011-11-16 16:57:25 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-16 20:36:10 +0100 |
commit | 948e010f20b537f66baf20bb77e9095d88adcbb9 (patch) | |
tree | dcad45b423754014288caa8a30ca152acacbd5d5 | |
parent | aef5fcbfc74ab1e078d7133169215aeef1fab30e (diff) | |
download | samba-948e010f20b537f66baf20bb77e9095d88adcbb9.tar.gz samba-948e010f20b537f66baf20bb77e9095d88adcbb9.tar.bz2 samba-948e010f20b537f66baf20bb77e9095d88adcbb9.zip |
s3-libsmb/passchange.c: remove some cli_nt_error() calls
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Nov 16 20:36:11 CET 2011 on sn-devel-104
-rw-r--r-- | source3/libsmb/passchange.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c index b959bcd519..83fd9ebf1f 100644 --- a/source3/libsmb/passchange.c +++ b/source3/libsmb/passchange.c @@ -74,7 +74,6 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam remote_machine, nt_errstr(result)) == -1) { *err_str = NULL; } - result = cli_nt_error(cli); cli_shutdown(cli); return result; } @@ -189,7 +188,6 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam remote_machine, nt_errstr(result)) == -1) { *err_str = NULL; } - result = cli_nt_error(cli); cli_shutdown(cli); return result; } |