mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4-pyldb: Fix wrong type of 'self' parameter
This commit is contained in:
parent
f992dbb9ca
commit
d42ea3263a
@ -994,7 +994,7 @@ static PyObject *ldb_ldif_to_pyobject(struct ldb_ldif *ldif)
|
||||
}
|
||||
|
||||
|
||||
static PyObject *py_ldb_write_ldif(PyLdbMessageObject *self, PyObject *args)
|
||||
static PyObject *py_ldb_write_ldif(PyLdbObject *self, PyObject *args)
|
||||
{
|
||||
int changetype;
|
||||
PyObject *py_msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user