diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-16 15:49:07 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-16 14:38:58 +0000 |
commit | dd0f22d446a313db9ce109ef99d8de998ebc449d (patch) | |
tree | aaeb8c4e83f7e892ae97e89ae04f921904a10711 /source4/lib | |
parent | 39d11a977d0f326fe676b245fa55e63416350e81 (diff) | |
download | samba-dd0f22d446a313db9ce109ef99d8de998ebc449d.tar.gz samba-dd0f22d446a313db9ce109ef99d8de998ebc449d.tar.bz2 samba-dd0f22d446a313db9ce109ef99d8de998ebc449d.zip |
ldb:pyldb.c - remove pointless comment
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 16 14:38:58 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/pyldb.c | 1 |
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; |