summaryrefslogtreecommitdiff
path: root/source4/auth/auth_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth_server.c')
-rw-r--r--source4/auth/auth_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_server.c b/source4/auth/auth_server.c
index d0c4bfc902..8e1c712f5e 100644
--- a/source4/auth/auth_server.c
+++ b/source4/auth/auth_server.c
@@ -32,7 +32,7 @@ static struct smbcli_state *server_cryptkey(TALLOC_CTX *mem_ctx)
{
struct smbcli_state *cli = NULL;
fstring desthost;
- struct in_addr dest_ip;
+ struct ipv4_addr dest_ip;
const char *p;
char *pserver;
BOOL connected_ok = False;