[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Jan 18 16:48:04 MST 2012


The branch, master has been updated
       via  6712997 dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults
      from  39c627b Fix bug 8710 - connections.tdb - major leak with SMB2.

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


- Log -----------------------------------------------------------------
commit 6712997839d72e603dac51c5a13eea468f89ab36
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 18 22:54:28 2012 +0100

    dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104

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

Summary of changes:
 dynconfig/wscript |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/dynconfig/wscript b/dynconfig/wscript
index 517f76e..2a60a2a 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -260,6 +260,8 @@ def set_options(opt):
         option = opt.parser.get_option(k)
         if option:
             opt.parser.remove_option(k)
+    del opt.parser.defaults['PRIVATELIBDIR']
+    del opt.parser.defaults['MODULESDIR']
 
     # get all the basic GNU options from the gnu_dirs tool
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list