[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Apr 5 09:21:03 MDT 2011


The branch, master has been updated
       via  a7ba4b5 s3-waf: fix typo in ctdb checks.
      from  fe35ff2 s3: Make vlp printing work by default

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


- Log -----------------------------------------------------------------
commit a7ba4b5baa18501a99c7b0f0d3eee1c347ed2e68
Author: Günther Deschner <gd at samba.org>
Date:   Tue Apr 5 14:15:24 2011 +0200

    s3-waf: fix typo in ctdb checks.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Tue Apr  5 17:20:19 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index e6e0b5a..ebcb1b6 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1626,7 +1626,7 @@ main() {
                 msg='Checking for SCHEDULE_FOR_DELETION control')
 
             if not conf.CONFIG_SET('HAVE_CTDB_CONTROL_SCHEDULE_FOR_DELETION_DECL'):
-                if not Options.optinons.enable_old_ctdb:
+                if not Options.options.enable_old_ctdb:
                     have_cluster_support = False
                     ctdb_broken = "SCHEDULE_FOR_DELETION control missing"
                 else:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list