summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-kdb/tests/ipa_kdb_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/ipa-kdb/tests/ipa_kdb_tests.c b/daemons/ipa-kdb/tests/ipa_kdb_tests.c
index 851907c39..5d0868b51 100644
--- a/daemons/ipa-kdb/tests/ipa_kdb_tests.c
+++ b/daemons/ipa-kdb/tests/ipa_kdb_tests.c
@@ -248,8 +248,8 @@ void test_filter_logon_info(void **state)
1, {DOM_SID_TRUST"-1002"}},
/* all SIDs filtered*/
{3, {BLACKLIST_SID"-1000", BLACKLIST_SID"-1001", BLACKLIST_SID"-1002"},
- 0, NULL},
- {0, NULL, 0 , NULL}
+ 0, {}},
+ {0, {}, 0 , {}}
};
for (c = 0; test_data[c].sidcount != 0; c++) {