You've already forked ZeroTierOne
mirror of
https://github.com/ukui/ZeroTierOne.git
synced 2026-03-09 10:08:17 -07:00
This was getting called outside of the check for existing ips
Because of the added ifdef and a brace getting moved to the
wrong place.
```
if (! n.tap()->addIp(*ip)) {
fprintf(stderr, "ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
}
WinFWHelper::newICMPRule(*ip, n.config().nwid);
```
121 KiB
121 KiB