s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()
[mat/samba.git] / source4 / scripting / bin / samba_upgradedns
index 3c30090e0fd38cd03a6f53d0cf05f4efca9344cf..b7af98c30d8934d224f07c2611520329b14e5e05 100755 (executable)
@@ -331,7 +331,7 @@ if __name__ == '__main__':
             logger.debug("IPv4 addresses: %s" % hostip)
 
         logger.info("Looking up IPv6 addresses")
-        hostip6 = interface_ips_v6(lp, linklocal=False)
+        hostip6 = interface_ips_v6(lp)
         if not hostip6:
             hostip6 = None
         else: