summaryrefslogtreecommitdiff
path: root/source4/torture/ldap
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-10-22 12:34:42 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-10-27 18:52:28 +0200
commitb75396579f3ebe6f857a2212b7718b32dabcbe45 (patch)
tree4faa30453ddf6a490dde0123af102617a655563b /source4/torture/ldap
parent8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6 (diff)
downloadsamba-b75396579f3ebe6f857a2212b7718b32dabcbe45.tar.gz
s4:torture/ldap/basic.c - fix a typo
Reviewed-by: abartlet
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r--source4/torture/ldap/basic.c4
1 files 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;
}