summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-14 14:33:18 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-14 14:33:55 +0100
commit2fd59920381ea81734565637adcec96e5668ef86 (patch)
tree4ddaa3d2736394d436e6fc0a9d1c46db0c6d0fdb /source4/scripting
parent25a3eb0436ea7c060eedd6827e5fdc5efd6ab47b (diff)
downloadsamba-2fd59920381ea81734565637adcec96e5668ef86.tar.gz
samba-2fd59920381ea81734565637adcec96e5668ef86.tar.bz2
samba-2fd59920381ea81734565637adcec96e5668ef86.zip
swig: regenerate _wrap.c files
metze (This used to be commit 08b41e10699c7bb8058ab0ab61f17a1bbfcc1ce4)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/misc_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/misc_wrap.c b/source4/scripting/python/misc_wrap.c
index f467f851bd..cf85e91e1e 100644
--- a/source4/scripting/python/misc_wrap.c
+++ b/source4/scripting/python/misc_wrap.c
@@ -3027,7 +3027,7 @@ SWIGINTERN PyObject *_wrap_dsdb_attach_schema_from_ldif_file(PyObject *SWIGUNUSE
"ldb context must be non-NULL");
result = dsdb_attach_schema_from_ldif_file(arg1,(char const *)arg2,(char const *)arg3);
if (!W_ERROR_IS_OK(result)) {
- PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, win_errstr(result));
+ PyObject *obj = Py_BuildValue((char *)"(i,s)", W_ERROR_V(result), win_errstr(result));
PyErr_SetObject(PyExc_RuntimeError, obj);
SWIG_fail;
} else if (resultobj == NULL) {