]> git.samba.org - obnox/samba/samba-obnox.git/commitdiff
SQ: mc test: fix build: retrieve_ipv6_address_from_net_interface_info is not used
authorMichael Adam <obnox@samba.org>
Fri, 22 Jan 2016 00:41:43 +0000 (01:41 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 19 Sep 2016 20:20:49 +0000 (22:20 +0200)
source4/torture/smb2/multichannel.c

index e8880e653d8e798d2e796a141069a4cb55bb2eab..dcd37fcdb602f88f7b53c94d562dfc7480e9efbf 100644 (file)
@@ -55,6 +55,7 @@ static bool retrieve_ipv4_address_from_net_interface_info(struct torture_context
        return true;
 }
 
+#if 0
 static bool retrieve_ipv6_address_from_net_interface_info(struct torture_context *tctx,
                                                          struct fsctl_net_iface_info *info,
                                                          const char **ipv6)
@@ -67,6 +68,7 @@ static bool retrieve_ipv6_address_from_net_interface_info(struct torture_context
 
        return true;
 }
+#endif
 
 static bool test_ioctl_network_interface_info(struct torture_context *tctx,
                                              struct smb2_tree *tree,