diff options
author | Simo Sorce <idra@samba.org> | 2003-05-06 14:02:34 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-06 14:02:34 +0000 |
commit | c92b926ddfa7d1dc2d1cbabba9a4e191b27d5ac4 (patch) | |
tree | 152aaf690bb0934e5a6ca4195d1b91bdb6a973fa /source3 | |
parent | 9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31 (diff) | |
download | samba-c92b926ddfa7d1dc2d1cbabba9a4e191b27d5ac4.tar.gz samba-c92b926ddfa7d1dc2d1cbabba9a4e191b27d5ac4.tar.bz2 samba-c92b926ddfa7d1dc2d1cbabba9a4e191b27d5ac4.zip |
uff, forgot to put back this one :-/
(This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/mapping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/mapping.h b/source3/include/mapping.h index 0cb31aa040..d4f2d28e6a 100644 --- a/source3/include/mapping.h +++ b/source3/include/mapping.h @@ -43,6 +43,7 @@ typedef struct _GROUP_MAP { + struct pdb_methods *methods; gid_t gid; DOM_SID sid; enum SID_NAME_USE sid_name_use; |