mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
python: Work around the fact that there are two "security" modules now.
This well demonstrates the fact we need hierarchy.
(This used to be commit df7e349882
)
This commit is contained in:
@ -42,7 +42,7 @@ static void initdcerpc_misc(void) {}
|
||||
extern void initmgmt(void);
|
||||
extern void initatsvc(void);
|
||||
extern void initsamr(void);
|
||||
extern void initsecurity(void);
|
||||
static void initdcerpc_security(void) {}
|
||||
extern void initlsa(void);
|
||||
|
||||
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };
|
||||
|
Reference in New Issue
Block a user