The branch, master has been updated
       via  83b2f1483f786711e855bdeeccb2b7bfa6d413e3 (commit)
      from  c0b98297b4064812d9a6572d56d98ddab9181446 (commit)

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


- Log -----------------------------------------------------------------
commit 83b2f1483f786711e855bdeeccb2b7bfa6d413e3
Author: Andrew Bartlett <[email protected]>
Date:   Mon Jan 5 20:02:02 2009 +1100

    Initialise 'flags' in new python ldb binding for ldb_connect

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

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


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index 10b9691..0dda9aa 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -538,7 +538,7 @@ static PyObject *py_ldb_new(PyTypeObject *type, PyObject 
*args, PyObject *kwargs
 static PyObject *py_ldb_connect(PyLdbObject *self, PyObject *args, PyObject 
*kwargs)
 {
        char *url;
-       int flags;
+       int flags = 0;
        PyObject *py_options = Py_None;
        int ret;
        const char **options;


-- 
Samba Shared Repository

Reply via email to