diff options
Diffstat (limited to 'src/providers/ldap/sdap_async_groups_ad.c')
-rw-r--r-- | src/providers/ldap/sdap_async_groups_ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_groups_ad.c b/src/providers/ldap/sdap_async_groups_ad.c index 1268f7e7..9b61c697 100644 --- a/src/providers/ldap/sdap_async_groups_ad.c +++ b/src/providers/ldap/sdap_async_groups_ad.c @@ -189,7 +189,7 @@ sdap_get_ad_match_rule_members_step(struct tevent_req *subreq) } DEBUG(SSSDBG_TRACE_LIBS, - ("Search for users returned %d results\n", count)); + ("Search for users returned %zu results\n", count)); /* Add this batch of users to the list */ if (count > 0) { |