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:
parent
3e8c50901c
commit
01319b6e65
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user