1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

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

(This used to be commit a5fb3caede)
This commit is contained in:
Jelmer Vernooij
2007-12-28 16:25:27 -06:00
committed by Stefan Metzmacher
parent 405a20b44f
commit 68b6982704
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 };