s4:torture/ldap/basic.c - fix a typo
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 22 Oct 2011 10:34:42 +0000 (12:34 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 27 Oct 2011 16:52:28 +0000 (18:52 +0200)
Reviewed-by: abartlet
source4/torture/ldap/basic.c

index 8a9a57f819f1a0628147226c6aeaf63c6a6f8996..2d65948e429ac6e7f08eab28a4f9cfaf88db7159 100644 (file)
@@ -792,7 +792,7 @@ static bool test_referrals(struct torture_context *tctx, TALLOC_CTX *mem_ctx,
        return true;
 }
 
-static bool test_abandom_request(struct torture_context *tctx,
+static bool test_abandon_request(struct torture_context *tctx,
        struct ldap_connection *conn, const char *basedn)
 {
        struct ldap_message *msg;
@@ -882,7 +882,7 @@ bool torture_ldap_basic(struct torture_context *torture)
                ret = false;
        }
 
-       if (!test_abandom_request(torture, conn, basedn)) {
+       if (!test_abandon_request(torture, conn, basedn)) {
                ret = false;
        }