diff options
author | Simo Sorce <idra@samba.org> | 2006-03-07 20:42:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:34 -0500 |
commit | e460cf7692ccf1fd1e6cd413e43bf90e2b33ee34 (patch) | |
tree | 788fb88fe0977a32dfb4b4141505e2d2885d33e4 /source4/scripting/swig/dcerpc.i | |
parent | 6e8f1ffc7d4186c9bcaa8634791e6faaa602353c (diff) | |
download | samba-e460cf7692ccf1fd1e6cd413e43bf90e2b33ee34.tar.gz samba-e460cf7692ccf1fd1e6cd413e43bf90e2b33ee34.tar.bz2 samba-e460cf7692ccf1fd1e6cd413e43bf90e2b33ee34.zip |
r13985: Slowly start swig_ldb
dcerpc still need fixing, the produced shared library misses some symbols.
Jelmer, can you look at it while you are playing with the build system ?
(This used to be commit af92996e30a50af92d70ac8d55ade3da4ce56077)
Diffstat (limited to 'source4/scripting/swig/dcerpc.i')
-rw-r--r-- | source4/scripting/swig/dcerpc.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index 395f1473d1..2111404bc6 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/scripting/swig/dcerpc.i @@ -69,8 +69,7 @@ void set_werror_exception(int status) %init %{ setup_logging("python", DEBUG_STDOUT); - lp_load(dyn_CONFIGFILE, True, False, False); - load_interfaces(); + lp_load(); ntstatus_exception = PyErr_NewException("_dcerpc.NTSTATUS", NULL, NULL); werror_exception = PyErr_NewException("_dcerpc.WERROR", NULL, NULL); PyDict_SetItemString(d, "NTSTATUS", ntstatus_exception); |