diff options
Diffstat (limited to 'libgpo/gpo_ldap.c')
-rw-r--r-- | libgpo/gpo_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_ldap.c b/libgpo/gpo_ldap.c index 367756d7a2f..26a091d18cb 100644 --- a/libgpo/gpo_ldap.c +++ b/libgpo/gpo_ldap.c @@ -627,7 +627,7 @@ ADS_STATUS ads_get_sid_token(ADS_STRUCT *ads, struct dom_sid *ad_token_sids; size_t num_ad_token_sids = 0; struct dom_sid *token_sids; - size_t num_token_sids = 0; + uint32_t num_token_sids = 0; NT_USER_TOKEN *new_token = NULL; int i; |