From 4f69b58afdf6d13c67e9cc5a69a9946e8b58a15e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 18 Sep 2013 15:29:38 -0700 Subject: s4:torture:ldap: Fix misleading output Looks like an errant copy/paste from the Abandon test. Signed-off-by: Howard Chu Reviewed-by: Jeremy Allison Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Mon Sep 23 22:47:50 CEST 2013 on sn-devel-104 --- source4/torture/ldap/common.c | 4 ++-- 1 file 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; -- cgit