diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-14 14:33:18 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-14 14:33:55 +0100 |
commit | 2fd59920381ea81734565637adcec96e5668ef86 (patch) | |
tree | 4ddaa3d2736394d436e6fc0a9d1c46db0c6d0fdb /source4/libcli/swig | |
parent | 25a3eb0436ea7c060eedd6827e5fdc5efd6ab47b (diff) | |
download | samba-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/libcli/swig')
-rw-r--r-- | source4/libcli/swig/libcli_nbt_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/swig/libcli_nbt_wrap.c b/source4/libcli/swig/libcli_nbt_wrap.c index f67e6dd0e3..e0bdb27cfc 100644 --- a/source4/libcli/swig/libcli_nbt_wrap.c +++ b/source4/libcli/swig/libcli_nbt_wrap.c @@ -4065,7 +4065,7 @@ SWIGINTERN PyObject *_wrap_do_nbt_name_query(PyObject *SWIGUNUSEDPARM(self), PyO arg3 = (struct nbt_name_query *)(argp3); result = do_nbt_name_query(arg1,arg2,arg3); if (NT_STATUS_IS_ERR(result)) { - PyObject *obj = Py_BuildValue((char *)"(i,s)", (&result)->v, nt_errstr(result)); + PyObject *obj = Py_BuildValue((char *)"(i,s)", NT_STATUS_V(result), nt_errstr(result)); PyErr_SetObject(PyExc_RuntimeError, obj); SWIG_fail; } else if (resultobj == NULL) { |