1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4:torture/ldap/basic.c - fix a typo

Reviewed-by: abartlet
This commit is contained in:
Matthias Dieter Wallnöfer 2011-10-22 12:34:42 +02:00
parent 8a6daa3cf9
commit b75396579f

View 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;
}