The branch, master has been updated
via f54b2f7 ctdb: Fix CID 1324447 Double close
from 3ddd351 ctdb-build: Install pre-built manpages when xsltproc not
available
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f54b2f77583672bc560fd5b03ddb58943b84f089
Author: Volker Lendecke <[email protected]>
Date: Tue Sep 15 10:19:03 2015 +0200
ctdb: Fix CID 1324447 Double close
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Amitay Isaacs <[email protected]>
Autobuild-User(master): Amitay Isaacs <[email protected]>
Autobuild-Date(master): Tue Sep 15 16:20:07 CEST 2015 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
ctdb/tcp/tcp_connect.c | 1 +
1 file changed, 1 insertion(+)
Changeset truncated at 500 lines:
diff --git a/ctdb/tcp/tcp_connect.c b/ctdb/tcp/tcp_connect.c
index 277eb37..9304923 100644
--- a/ctdb/tcp/tcp_connect.c
+++ b/ctdb/tcp/tcp_connect.c
@@ -340,6 +340,7 @@ static int ctdb_tcp_listen_automatic(struct ctdb_context
*ctdb)
}
close(ctcp->listen_fd);
+ ctcp->listen_fd = -1;
}
if (i == ctdb->num_nodes) {
--
Samba Shared Repository