1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

python: Compile security module, handle uint.

This commit is contained in:
Jelmer Vernooij
2008-01-14 18:59:11 +01:00
parent b662c98a9a
commit dee64344fb
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 };