1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r20318: do what the printf statement says:-)

metze
(This used to be commit dd9ef6e5ab471665d019fbda87c90f5c95bd57ea)
This commit is contained in:
Stefan Metzmacher 2006-12-22 17:13:57 +00:00 committed by Gerald (Jerry) Carter
parent ff322519af
commit 2506a1efce

View File

@ -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);