uff, forgot to put back this one :-/
authorSimo Sorce <idra@samba.org>
Tue, 6 May 2003 14:02:34 +0000 (14:02 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 6 May 2003 14:02:34 +0000 (14:02 +0000)
source/include/mapping.h

index 0cb31aa040bbe9b87da2b19eca11715e5e1c8123..d4f2d28e6a11396bee624bfb2ac0dddf6e76a2ab 100644 (file)
@@ -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;