[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue May 29 13:37:02 MDT 2012


The branch, master has been updated
       via  40e47d0 s4:dbchecker - handle the "none" case correctly
      from  cee146f s3:smb2_ioctl: verify credit charge

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


- Log -----------------------------------------------------------------
commit 40e47d08af8d287d1e8b66ffb96e3ed051516403
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Thu May 24 20:43:17 2012 +0200

    s4:dbchecker - handle the "none" case correctly
    
    This means that *no* fixing will be done, also the first possible one
    will be omitted as well.
    
    Reviewed-by: abartlet
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Tue May 29 21:36:25 CEST 2012 on sn-devel-104

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

Summary of changes:
 source4/scripting/python/samba/dbchecker.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/dbchecker.py b/source4/scripting/python/samba/dbchecker.py
index 587d63c..95be1ce 100644
--- a/source4/scripting/python/samba/dbchecker.py
+++ b/source4/scripting/python/samba/dbchecker.py
@@ -110,7 +110,7 @@ class dbcheck(object):
             return True
         if c == 'NONE':
             setattr(self, all_attr, 'NONE')
-            return True
+            return False
         return c
 
     def do_modify(self, m, controls, msg, validate=True):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list