From b75396579f3ebe6f857a2212b7718b32dabcbe45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Sat, 22 Oct 2011 12:34:42 +0200 Subject: [PATCH] s4:torture/ldap/basic.c - fix a typo Reviewed-by: abartlet --- source4/torture/ldap/basic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 8a9a57f819f..2d65948e429 100644 --- a/source4/torture/ldap/basic.c +++ b/source4/torture/ldap/basic.c @@ -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; } -- 2.11.4.GIT