r20318: do what the printf statement says:-)
[jra/samba/.git] / source4 / torture / ldap / cldap.c
index fb2037f75e192b8064f4b69299427c2b30bd0936..c6fa6a0db1ec022ec82a0c2f47ccc2104c6b03de 100644 (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);