diff options
-rw-r--r-- | source4/dsdb/pydsdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/pydsdb.c b/source4/dsdb/pydsdb.c index 616e169789..762a03de3f 100644 --- a/source4/dsdb/pydsdb.c +++ b/source4/dsdb/pydsdb.c @@ -96,7 +96,7 @@ static PyObject *py_samdb_server_site_name(PyObject *self, PyObject *args) } static PyObject *py_dsdb_convert_schema_to_openldap(PyObject *self, - PyObject *args) + PyObject *args) { char *target_str, *mapping; PyObject *py_ldb; |