[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Sep 18 09:24:03 MDT 2011


The branch, master has been updated
       via  6589f17 pyldb: Drop unnecessary dependency on pytalloc-util.
      from  5f23776 s3:smb2cli: pass timeout to smb2cli_req_create/send()

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


- Log -----------------------------------------------------------------
commit 6589f1712fbca0db5aa5011dc9330dddf5897233
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Sep 18 15:23:56 2011 +0200

    pyldb: Drop unnecessary dependency on pytalloc-util.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sun Sep 18 17:23:40 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c
index cb13fe9..dbdfe77 100644
--- a/lib/ldb/pyldb.c
+++ b/lib/ldb/pyldb.c
@@ -29,7 +29,6 @@
 */
 
 #include <Python.h>
-#include <pytalloc.h>
 #include "ldb_private.h"
 #include "pyldb.h"
 
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 0713464..c4bfa21 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -113,7 +113,7 @@ def build(bld):
 
     if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'):
         bld.SAMBA_LIBRARY('pyldb-util',
-                          deps='ldb pytalloc-util',
+                          deps='ldb',
                           source='pyldb_util.c',
                           public_headers='pyldb.h',
                           public_headers_install=not private_library,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list