From b75396579f3ebe6f857a2212b7718b32dabcbe45 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 22 Oct 2011 12:34:42 +0200 Subject: s4:torture/ldap/basic.c - fix a typo Reviewed-by: abartlet --- source4/torture/ldap/basic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/ldap/basic.c b/source4/torture/ldap/basic.c index 8a9a57f819..2d65948e42 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; } -- cgit