1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

Revert "Use "localhost" to be ipv6 only friendly"

This reverts commit 54548f6dde3cf74f0e90ef577a55fd720dca6d93.
This commit is contained in:
Simo Sorce 2018-03-17 14:50:49 -04:00
parent 3e8c50901c
commit 01319b6e65
6 changed files with 7 additions and 7 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -694,7 +694,7 @@ static NTSTATUS get_md4pw(struct samr_Password *md4pw, const char *mach_acct,
rc = tsocket_address_inet_from_strings(mem_ctx,
"ip",
"localhost",
"127.0.0.1",
0,
&local);
if (rc < 0) {
@ -1188,7 +1188,7 @@ static NTSTATUS netr_set_machine_account_password(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(mem_ctx,
"ip",
"localhost",
"127.0.0.1",
0,
&local);
if (rc < 0) {

View File

@ -623,7 +623,7 @@ NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(mem_ctx,
"ip",
"localhost",
"127.0.0.1",
0,
&local);
if (rc < 0) {

View File

@ -38,7 +38,7 @@ WERROR winreg_printer_binding_handle(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(mem_ctx,
"ip",
"localhost",
"127.0.0.1",
0,
&local);
if (rc < 0) {

View File

@ -1332,7 +1332,7 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx,
rc = tsocket_address_inet_from_strings(frame,
"ip",
"localhost",
"127.0.0.1",
0,
&local);
if (rc < 0) {