s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.
commit316ace66d07ab3a7e540565b757275a9d8741b8f
authorGünther Deschner <gd@samba.org>
Thu, 30 Apr 2015 09:20:58 +0000 (30 11:20 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 30 Apr 2015 13:14:27 +0000 (30 15:14 +0200)
tree4c8efa52ca89860036f8c9780f07073b550929ed
parente359d826a42656bb02ca2ab85f0fa886a046cb58
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@samba.org>
Pair-Programmed-With: Alexander Bokovoy <ab@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Thu Apr 30 15:14:27 CEST 2015 on sn-devel-104
source3/rpc_server/rpc_sock_helper.c