[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Aug 14 09:19:03 MDT 2011


The branch, master has been updated
       via  88ecf1a Use public pytalloc header file.
      from  1022c28 s3: Fix bug 8360

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


- Log -----------------------------------------------------------------
commit 88ecf1a9b8032669e097cca448c0640d1453a234
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Aug 14 15:34:08 2011 +0200

    Use public pytalloc header file.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104

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

Summary of changes:
 source4/auth/gensec/pygensec.c    |    2 +-
 source4/lib/registry/pyregistry.c |    2 +-
 source4/param/provision.c         |    2 +-
 source4/param/pyparam.c           |    2 +-
 source4/param/pyparam_util.c      |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/gensec/pygensec.c b/source4/auth/gensec/pygensec.c
index a088f9c..d7cbea6 100644
--- a/source4/auth/gensec/pygensec.c
+++ b/source4/auth/gensec/pygensec.c
@@ -23,7 +23,7 @@
 #include "auth/credentials/pycredentials.h"
 #include "libcli/util/pyerrors.h"
 #include "scripting/python/modules.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 #include <tevent.h>
 #include "librpc/rpc/pyrpc_util.h"
 
diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c
index 162c5ea..ff62279 100644
--- a/source4/lib/registry/pyregistry.c
+++ b/source4/lib/registry/pyregistry.c
@@ -22,7 +22,7 @@
 #include "includes.h"
 #include "libcli/util/pyerrors.h"
 #include "lib/registry/registry.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 #include "lib/events/events.h"
 #include "auth/credentials/pycredentials.h"
 #include "param/pyparam.h"
diff --git a/source4/param/provision.c b/source4/param/provision.c
index 6663f26..55540d4 100644
--- a/source4/param/provision.c
+++ b/source4/param/provision.c
@@ -25,7 +25,7 @@
 #include "librpc/ndr/libndr.h"
 #include "param/provision.h"
 #include "param/secrets.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 #include "scripting/python/modules.h"
 #include "param/pyparam.h"
 #include "dynconfig/dynconfig.h"
diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c
index f469261..663ed84 100644
--- a/source4/param/pyparam.c
+++ b/source4/param/pyparam.c
@@ -21,7 +21,7 @@
 #include "includes.h"
 #include "param/param.h"
 #include "param/loadparm.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 #include "dynconfig/dynconfig.h"
 
 void initparam(void);
diff --git a/source4/param/pyparam_util.c b/source4/param/pyparam_util.c
index 969226f..874d783 100644
--- a/source4/param/pyparam_util.c
+++ b/source4/param/pyparam_util.c
@@ -22,7 +22,7 @@
 #include "param/param.h"
 #include "param/pyparam.h"
 #include "param/loadparm.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 
 #define PyLoadparmContext_AsLoadparmContext(obj) pytalloc_get_type(obj, struct loadparm_context)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list