The branch, master has been updated
       via  1c10c85 ctdb: Fix the O3 developer build on RHEL7
      from  89a2462 vfs_gpfs: Load nfs4 acl params at tcon time

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


- Log -----------------------------------------------------------------
commit 1c10c85939d8dfa5009736e8c8633a3b58712436
Author: Volker Lendecke <[email protected]>
Date:   Fri Aug 12 13:18:19 2016 +0200

    ctdb: Fix the O3 developer build on RHEL7
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Jeremy Allison <[email protected]>
    
    Autobuild-User(master): Jeremy Allison <[email protected]>
    Autobuild-Date(master): Sat Aug 13 00:55:02 CEST 2016 on sn-devel-144

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

Summary of changes:
 ctdb/tools/ctdb.c | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c
index e52121d..2cb699a 100644
--- a/ctdb/tools/ctdb.c
+++ b/ctdb/tools/ctdb.c
@@ -4761,6 +4761,8 @@ static int control_scriptstatus(TALLOC_CTX *mem_ctx, 
struct ctdb_context *ctdb,
        }
 
        valid = false;
+       end = 0;
+
        for (i=0; i<ARRAY_SIZE(all_events); i++) {
                if (strcmp(event_str, all_events[i]) == 0) {
                        valid = true;


-- 
Samba Shared Repository

Reply via email to