[SCM] Samba Shared Repository - branch master updated

Alexander Bokovoy ab at samba.org
Fri Apr 13 16:21:02 MDT 2012


The branch, master has been updated
       via  f9ec6ff s4-auth: Make sure ldb context is initialized even if not passed by Python code
      from  55cbf7b rely on sys/inotify.h for inotify

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


- Log -----------------------------------------------------------------
commit f9ec6ff0733d0f068338b16d2589cd3debf8f087
Author: Alexander Bokovoy <ab at samba.org>
Date:   Fri Apr 13 23:44:52 2012 +0300

    s4-auth: Make sure ldb context is initialized even if not passed by Python code
    
    Autobuild-User: Alexander Bokovoy <ab at samba.org>
    Autobuild-Date: Sat Apr 14 00:21:00 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c
index f448a44..f07fa78 100644
--- a/source4/auth/pyauth.c
+++ b/source4/auth/pyauth.c
@@ -223,7 +223,7 @@ static PyObject *py_auth_context_new(PyTypeObject *type, PyObject *args, PyObjec
 	struct imessaging_context *imessaging_context = NULL;
 	struct loadparm_context *lp_ctx;
 	struct tevent_context *ev;
-	struct ldb_context *ldb;
+	struct ldb_context *ldb = NULL;
 	NTSTATUS nt_status;
 	const char **methods;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list