diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_domain.c b/source4/auth/auth_domain.c index 831bb4cfe0..028bfc550b 100644 --- a/source4/auth/auth_domain.c +++ b/source4/auth/auth_domain.c @@ -79,7 +79,7 @@ static NTSTATUS rpc_resolve_dc(const char *server, struct in_addr *dest_ip) { if (is_ipaddress(server)) { - struct in_addr to_ip = *interpret_addr2(server); + struct in_addr to_ip = interpret_addr2(server); /* we need to know the machines netbios name - this is a lousy way to find it, but until we have a RPC call that does this |