summaryrefslogtreecommitdiff
path: root/source3/rpc_client
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/rpc_client
parent3e8c50901c982aaddd86f81328a89e16f1bb5289 (diff)
downloadsamba-01319b6e659ab29050dd3aa14d800d6f77e511d5.tar.gz
Revert "Use "localhost" to be ipv6 only friendly"
This reverts commit 54548f6dde3cf74f0e90ef577a55fd720dca6d93.
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_winreg_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_winreg_int.c b/source3/rpc_client/cli_winreg_int.c
index 3e242dd742f..3ac8380bf7c 100644
--- a/source3/rpc_client/cli_winreg_int.c
+++ b/source3/rpc_client/cli_winreg_int.c
@@ -105,7 +105,7 @@ static NTSTATUS _winreg_int_openkey(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(mem_ctx,
"ip",
- "localhost",
+ "127.0.0.1",
0,
&local);
if (rc < 0) {