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

r26624: libnet/python: Use standard function for constructing context, allow overriding credentials.

This commit is contained in:
Jelmer Vernooij
2007-12-28 16:25:27 -06:00
committed by Stefan Metzmacher
parent 108f6caffe
commit a5fb3caede
4 changed files with 179 additions and 61 deletions

View File

@@ -33,6 +33,7 @@ extern void init_tdb(void);
extern void init_dcerpc(void);
extern void init_events(void);
extern void inituuid(void);
extern void init_net(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };