1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

python: Compile security module, handle uint.

(This used to be commit dee64344fb)
This commit is contained in:
Jelmer Vernooij
2008-01-14 18:59:11 +01:00
parent 134e38ac28
commit d28eb21a98
4 changed files with 9 additions and 3 deletions

View File

@ -42,6 +42,8 @@ static void initdcerpc_misc(void) {}
extern void initmgmt(void);
extern void initatsvc(void);
extern void initsamr(void);
extern void initsecurity(void);
extern void initlsa(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };