Add start of IPv6 implementation. Currently most of this is avoiding
[vlendec/samba-autobuild/.git] / source3 / torture / torture.c
index 991dadf9e31319a5cd71200a4374e115c03c9100..a0167e8aabe3d795b74e6121e1147255533c998a 100644 (file)
@@ -106,7 +106,7 @@ static struct cli_state *open_nbt_connection(void)
        make_nmb_name(&calling, myname, 0x0);
        make_nmb_name(&called , host, 0x20);
 
-        zero_ip(&ip);
+        zero_ip_v4(&ip);
 
        if (!(c = cli_initialise())) {
                printf("Failed initialize cli_struct to connect with %s\n", host);