summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-22 22:19:08 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-22 22:19:08 +0000
commita0512ce5ff104bd2d2d11b3e3167d214615a9fbf (patch)
treed4536d2a197d54e49ae403dfcb8a4ee48eac7aae /source3/rpcclient
parent84866d423330b2a21720adef2e9bed5f45d8ff0c (diff)
downloadsamba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.tar.gz
samba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.tar.bz2
samba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.zip
rpctorture command
(This used to be commit b4ae65e2d0582274d67d02ea190f6d3d83b48594)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_netlogon.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c
index 8e65e9a7b5..2c8514b43e 100644
--- a/source3/rpcclient/cmd_netlogon.c
+++ b/source3/rpcclient/cmd_netlogon.c
@@ -127,13 +127,7 @@ void cmd_netlogon_login_test(struct client_info *info)
/* close the session */
cli_nt_session_close(smb_cli);
- if (res)
- {
- DEBUG(5,("cmd_nt_login: login test succeeded\n"));
- }
- else
- {
- DEBUG(5,("cmd_nt_login: login test failed\n"));
- }
+ fprintf(out_hnd,"cmd_nt_login: login (%s) test succeeded: %s\n",
+ nt_user_name, BOOLSTR(res));
}