summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2018-03-17 14:50:49 -0400
committerSimo Sorce <idra@samba.org>2018-03-19 15:34:32 +0100
commit01319b6e659ab29050dd3aa14d800d6f77e511d5 (patch)
treefa8063ae8abaf7f80ed3d0037db2309244fb8697 /source3/librpc
parent3e8c50901c982aaddd86f81328a89e16f1bb5289 (diff)
downloadsamba-01319b6e659ab29050dd3aa14d800d6f77e511d5.tar.gz
Revert "Use "localhost" to be ipv6 only friendly"
This reverts commit 54548f6dde3cf74f0e90ef577a55fd720dca6d93.
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c
index 5bd55d93e64..da26fab76ae 100644
--- a/source3/librpc/rpc/dcerpc_ep.c
+++ b/source3/librpc/rpc/dcerpc_ep.c
@@ -372,7 +372,7 @@ static NTSTATUS ep_register(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(tmp_ctx,
"ip",
- "localhost",
+ "127.0.0.1",
0,
&local);
if (rc < 0) {