[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Thu Apr 30 07:15:02 MDT 2015


The branch, master has been updated
       via  316ace6 s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.
      from  e359d82 ctdb-scripts: Add alternative network family monitoring for NFS

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


- Log -----------------------------------------------------------------
commit 316ace66d07ab3a7e540565b757275a9d8741b8f
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 30 11:20:58 2015 +0200

    s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11245
    
    We were supplying an empty value for the "host" binding string option, causing
    dcerpc_binding_vector_add_port() call to fail.
    
    Guenther
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    Pair-Programmed-With: Alexander Bokovoy <ab at samba.org>
    Signed-off-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Thu Apr 30 15:14:27 CEST 2015 on sn-devel-104

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

Summary of changes:
 source3/rpc_server/rpc_sock_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/rpc_sock_helper.c b/source3/rpc_server/rpc_sock_helper.c
index 8f371b8..7aced63 100644
--- a/source3/rpc_server/rpc_sock_helper.c
+++ b/source3/rpc_server/rpc_sock_helper.c
@@ -138,7 +138,7 @@ NTSTATUS rpc_create_tcpip_sockets(const struct ndr_interface_table *iface,
 			if (bvec != NULL) {
 				status = dcerpc_binding_vector_add_port(iface,
 									bvec,
-									sock_ptr,
+									sock_tok,
 									p);
 				if (!NT_STATUS_IS_OK(status)) {
 					close(fd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list