s4:torture:ldap: Fix misleading output
authorHoward Chu <hyc@symas.com>
Wed, 18 Sep 2013 22:29:38 +0000 (15:29 -0700)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 20:47:50 +0000 (22:47 +0200)
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

source4/torture/ldap/common.c

index 6b132297fcba6574fc090b8e7d41b6a3a06950c1..3af3d02491918f6cc3cb1de02942e87471025d7b 100644 (file)
@@ -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;