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:
parent
8a6daa3cf9
commit
b75396579f
@ -792,7 +792,7 @@ static bool test_referrals(struct torture_context *tctx, TALLOC_CTX *mem_ctx,
|
|||||||
return true;
|
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_connection *conn, const char *basedn)
|
||||||
{
|
{
|
||||||
struct ldap_message *msg;
|
struct ldap_message *msg;
|
||||||
@ -882,7 +882,7 @@ bool torture_ldap_basic(struct torture_context *torture)
|
|||||||
ret = false;
|
ret = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!test_abandom_request(torture, conn, basedn)) {
|
if (!test_abandon_request(torture, conn, basedn)) {
|
||||||
ret = false;
|
ret = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user