s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.
commit9a86ca9779c7be9cd6e2f6f7c18233d1c9883bef
authorGünther Deschner <gd@samba.org>
Thu, 30 Apr 2015 09:20:58 +0000 (30 11:20 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 1 Jun 2015 19:24:18 +0000 (1 21:24 +0200)
treef8ebe209c89c5a557c26abb010cfa9b8b3cec402
parent5398e933560131878e66199a3fcd43f3a2599eb5
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