summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/pyldb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index fe7e8a1f3d..7a6058fa5b 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -1291,7 +1291,6 @@ static PyObject *py_ldb_sequence_number(PyLdbObject *self, PyObject *args)
int type, ret;
uint64_t value;
- /* type "int" rather than "enum" for "scope" is intentional */
if (!PyArg_ParseTuple(args, "i", &type))
return NULL;