[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Oct 16 08:39:01 MDT 2010


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 <mdw at samba.org>
Date:   Sat Oct 16 15:49:07 2010 +0200

    ldb:pyldb.c - remove pointless comment
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at 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


More information about the samba-cvs mailing list