diff options
| author | Stefan Metzmacher <metze@samba.org> | 2011-02-21 10:30:28 +0100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 16:20:11 +1100 |
| commit | d7fa34905223ebbf02dadcea0720062a30c3bbab (patch) | |
| tree | 5b3a47f4a3d9dc26b25ee901fbcd72347ebeb516 /source3/include/passdb.h | |
| parent | 2e69e894566d32001120d76d7ba58cdacb56d279 (diff) | |
| download | samba-d7fa34905223ebbf02dadcea0720062a30c3bbab.tar.gz samba-d7fa34905223ebbf02dadcea0720062a30c3bbab.tar.bz2 samba-d7fa34905223ebbf02dadcea0720062a30c3bbab.zip | |
s3:auth: change num_groups to from size_t to uint32_t
This will help with the change from UNIX_USER_TOKEN to security_unix_token
metze
Diffstat (limited to 'source3/include/passdb.h')
| -rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 915f2950f34..a04ccf061e2 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -352,7 +352,7 @@ struct pdb_methods TALLOC_CTX *mem_ctx, struct samu *user, struct dom_sid **pp_sids, gid_t **pp_gids, - size_t *p_num_groups); + uint32_t *p_num_groups); NTSTATUS (*set_unix_primary_group)(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, |
