summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2013-09-18 15:29:38 -0700
committerMichael Adam <obnox@samba.org>2013-09-23 22:47:50 +0200
commit4f69b58afdf6d13c67e9cc5a69a9946e8b58a15e (patch)
tree1ec6ef9f57f0d1e93fbf815034a6342e1840b7d9 /source4/torture
parentc9a6805f3db71c0c0b9f5ec3c2ad7c2544cc56d5 (diff)
downloadsamba-4f69b58afdf6d13c67e9cc5a69a9946e8b58a15e.tar.gz
samba-4f69b58afdf6d13c67e9cc5a69a9946e8b58a15e.tar.bz2
samba-4f69b58afdf6d13c67e9cc5a69a9946e8b58a15e.zip
s4:torture:ldap: Fix misleading output
Looks like an errant copy/paste from the Abandon test. Signed-off-by: Howard Chu <hyc@symas.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Sep 23 22:47:50 CEST 2013 on sn-devel-104
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/ldap/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c
index 6b132297fc..3af3d02491 100644
--- a/source4/torture/ldap/common.c
+++ b/source4/torture/ldap/common.c
@@ -100,7 +100,7 @@ NTSTATUS torture_ldap_close(struct ldap_connection *conn)
struct ldap_request *req;
NTSTATUS status;
- printf("Testing the most important error code -> error message conversions!\n");
+ printf("Closing the connection...\n");
msg = new_ldap_message(conn);
if (!msg) {
@@ -108,7 +108,7 @@ NTSTATUS torture_ldap_close(struct ldap_connection *conn)
return NT_STATUS_NO_MEMORY;
}
- printf(" Try a AbandonRequest for an old message id\n");
+ printf(" Try a UnbindRequest\n");
msg->type = LDAP_TAG_UnbindRequest;