diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2013-09-04 16:52:34 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-11 19:44:56 +0200 |
commit | a4bf85ccc902490c3b75b44532010fbb32169801 (patch) | |
tree | 77321838168f69e052bb2e09ec2fba7024a3ae2a /src/providers/ldap/sdap_async_initgroups_ad.c | |
parent | f2c346eaa486431ffa2a3adc05356159de834e2e (diff) | |
download | sssd-a4bf85ccc902490c3b75b44532010fbb32169801.tar.gz sssd-a4bf85ccc902490c3b75b44532010fbb32169801.tar.bz2 sssd-a4bf85ccc902490c3b75b44532010fbb32169801.zip |
Fix formating of variables with type: gid_t
Diffstat (limited to 'src/providers/ldap/sdap_async_initgroups_ad.c')
-rw-r--r-- | src/providers/ldap/sdap_async_initgroups_ad.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_async_initgroups_ad.c b/src/providers/ldap/sdap_async_initgroups_ad.c index efaa247d..f6d236de 100644 --- a/src/providers/ldap/sdap_async_initgroups_ad.c +++ b/src/providers/ldap/sdap_async_initgroups_ad.c @@ -472,8 +472,7 @@ sdap_get_ad_tokengroups_initgroups_lookup_done(struct tevent_req *subreq) } DEBUG(SSSDBG_TRACE_LIBS, - ("Processing membership GID [%lu]\n", - gid)); + ("Processing membership GID [%"SPRIgid"]\n", gid)); /* Check whether this GID already exists in the sysdb */ ret = sysdb_search_group_by_gid(tmp_ctx, state->sysdb, state->domain, |