1
0
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:
Kamen Mazdrashki 2010-11-15 04:20:31 +02:00
parent f992dbb9ca
commit d42ea3263a

View File

@ -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;