diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-10-22 12:34:42 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-10-27 18:52:28 +0200 |
commit | b75396579f3ebe6f857a2212b7718b32dabcbe45 (patch) | |
tree | 4faa30453ddf6a490dde0123af102617a655563b /source4/torture/ldap | |
parent | 8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6 (diff) | |
download | samba-b75396579f3ebe6f857a2212b7718b32dabcbe45.tar.gz samba-b75396579f3ebe6f857a2212b7718b32dabcbe45.tar.bz2 samba-b75396579f3ebe6f857a2212b7718b32dabcbe45.zip |
s4:torture/ldap/basic.c - fix a typo
Reviewed-by: abartlet
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r-- | source4/torture/ldap/basic.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |