summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_tcp.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-27 04:04:31 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-27 04:04:31 +0000
commit61bb3c865c4d4324cd2c1ea7d8b337b15dd66493 (patch)
tree31b4f026c7260e7c1e464b486bc86d7924be31e5 /source4/librpc/rpc/dcerpc_tcp.c
parenta9203bf02b61180049bc60e7010acaff07c73947 (diff)
downloadsamba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.tar.gz
samba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.tar.bz2
samba-61bb3c865c4d4324cd2c1ea7d8b337b15dd66493.zip
use EPMAPPER_PORT constant instead of 135
(This used to be commit 953ab587dc5a625d0fb557fdcac122a3b2ed0224)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_tcp.c')
-rw-r--r--source4/librpc/rpc/dcerpc_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_tcp.c b/source4/librpc/rpc/dcerpc_tcp.c
index b3523e6855..c50b71c3f0 100644
--- a/source4/librpc/rpc/dcerpc_tcp.c
+++ b/source4/librpc/rpc/dcerpc_tcp.c
@@ -153,7 +153,7 @@ NTSTATUS dcerpc_pipe_open_tcp(struct dcerpc_pipe **p,
struct in_addr addr;
if (port == 0) {
- port = 135;
+ port = EPMAPPER_PORT;
}
addr.s_addr = interpret_addr(server);