summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/cldap.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-22 17:13:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:39 -0500
commit2506a1efcefdf592424bb68e6383f8042d1ba6ae (patch)
tree1ee5bc0b1e3692ed7f6ec66a9ce365453fb2c3c0 /source4/torture/ldap/cldap.c
parentff322519af326452ea86c5f5d4cb19d1f27e0f16 (diff)
downloadsamba-2506a1efcefdf592424bb68e6383f8042d1ba6ae.tar.gz
samba-2506a1efcefdf592424bb68e6383f8042d1ba6ae.tar.bz2
samba-2506a1efcefdf592424bb68e6383f8042d1ba6ae.zip
r20318: do what the printf statement says:-)
metze (This used to be commit dd9ef6e5ab471665d019fbda87c90f5c95bd57ea)
Diffstat (limited to 'source4/torture/ldap/cldap.c')
-rw-r--r--source4/torture/ldap/cldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c
index fb2037f75e..c6fa6a0db1 100644
--- a/source4/torture/ldap/cldap.c
+++ b/source4/torture/ldap/cldap.c
@@ -251,7 +251,7 @@ static BOOL test_cldap_generic(TALLOC_CTX *mem_ctx, const char *dest)
printf("Testing objectClass=* and netlogon\n");
search.in.filter = "(objectclass2=*)";
- search.in.attributes = attrs2;
+ search.in.attributes = attrs3;
status = cldap_search(cldap, mem_ctx, &search);
CHECK_STATUS(status, NT_STATUS_OK);