s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requests
authorStefan Metzmacher <metze@samba.org>
Thu, 30 Jan 2014 08:23:40 +0000 (09:23 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 11 Feb 2014 15:20:31 +0000 (16:20 +0100)
commitded957614bf70560f3ffa6b6021eba37f2e2dbbb
tree00964f614b0f9be1f5a0e50bb68cf995bd0cab86
parent98b08dfb6db0accaf7c893adf695e1d0f0b05ade
s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requests

Note: binding->host = NULL lets dcerpc_binding_build_tower()
use "0.0.0.0".

This matches Windows clients.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/rpc_client/cli_pipe.c