The branch, master has been updated
       via  dd0f22d ldb:pyldb.c - remove pointless comment
      from  39d11a9 ldb:"ldb_dn_compare_base" - use "unsigned int" counters

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dd0f22d446a313db9ce109ef99d8de998ebc449d
Author: Matthias Dieter Wallnöfer <m...@samba.org>
Date:   Sat Oct 16 15:49:07 2010 +0200

    ldb:pyldb.c - remove pointless comment
    
    Autobuild-User: Matthias Dieter Wallnöfer <m...@samba.org>
    Autobuild-Date: Sat Oct 16 14:38:58 UTC 2010 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/pyldb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index fe7e8a1..7a6058f 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;
 


-- 
Samba Shared Repository

Reply via email to