1
0
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:
Jelmer Vernooij
2008-01-14 19:49:52 +01:00
parent 001b2435f0
commit 2aa8cbca8b
2 changed files with 2 additions and 2 deletions

View File

@ -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 };