r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h becau...
[bbaumbach/samba-autobuild/.git] / source4 / client / smbmount.c
index 31e7628fcd23a4dcc7d21feadb8c2449a4e6dd8c..8a106974c2f682a353fd8d6303237679e459a602 100644 (file)
@@ -33,7 +33,7 @@ static pstring mpoint;
 static pstring service;
 static pstring options;
 
-static struct ipv4_addr dest_ip;
+static struct in_addr dest_ip;
 static bool have_ip;
 static int smb_port = 0;
 static bool got_user;
@@ -116,7 +116,7 @@ static struct smbcli_state *do_connection(char *the_service)
        struct smbcli_state *c;
        struct nmb_name called, calling;
        char *server_n;
-       struct ipv4_addr ip;
+       struct in_addr ip;
        pstring server;
        char *share;