mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()
This is the default... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Bjoern Jacke <bj@sernet.de>
This commit is contained in:
parent
0e6aca4041
commit
9edc0276c7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user