[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Nov 13 11:43:03 UTC 2015


The branch, master has been updated
       via  0aca421 ctdb: Fix the O3 developer build
      from  f9b92cf selftest: Use strict sync = yes

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


- Log -----------------------------------------------------------------
commit 0aca421136049cf56f978e4f75cd185deafa459e
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Nov 7 20:18:32 2015 +0100

    ctdb: Fix the O3 developer build
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Fri Nov 13 12:42:22 CET 2015 on sn-devel-104

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

Summary of changes:
 ctdb/protocol/protocol_control.c  | 2 +-
 ctdb/tests/src/comm_server_test.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/protocol/protocol_control.c b/ctdb/protocol/protocol_control.c
index 486a1f2..95edc1a 100644
--- a/ctdb/protocol/protocol_control.c
+++ b/ctdb/protocol/protocol_control.c
@@ -800,7 +800,7 @@ static int ctdb_req_control_data_pull(uint8_t *buf, size_t buflen,
 				      struct ctdb_req_control_data *cd)
 {
 	int ret = 0;
-	uint64_t u64;
+	uint64_t u64 = 0;
 
 	cd->opcode = opcode;
 
diff --git a/ctdb/tests/src/comm_server_test.c b/ctdb/tests/src/comm_server_test.c
index 7a7656f..036baac 100644
--- a/ctdb/tests/src/comm_server_test.c
+++ b/ctdb/tests/src/comm_server_test.c
@@ -247,7 +247,8 @@ static void socket_process_client(struct tevent_req *subreq)
 		subreq, struct tevent_req);
 	struct socket_process_state *state = tevent_req_data(
 		req, struct socket_process_state);
-	int client_fd, err;
+	int client_fd;
+	int err = 0;
 
 	client_fd = accept_recv(subreq, &err);
 	TALLOC_FREE(subreq);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list