From 0e65abe5cf2abf5d4b431cf6bd161b419f07901d Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 12:41:33 +0200 Subject: Fix formating of variables with type: size_t --- src/providers/ldap/sdap_async_groups_ad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async_groups_ad.c') 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) { -- cgit