This commit is contained in:
Grant Limberg 2021-12-15 14:36:50 -08:00
parent eee31605b1
commit b567e91f68
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -2249,7 +2249,7 @@ public:
}
#ifdef __APPLE__
if (!MacDNSHelper::addIps(n.config.nwid, n.config.mac, n.tap->deviceName().c_str(), newManagedIps))
if (!MacDNSHelper::addIps(n.config().nwid, n.config().mac, n.tap()->deviceName().c_str(), newManagedIps))
fprintf(stderr, "ERROR: unable to add v6 addresses to system configuration" ZT_EOL_S);
#endif
#endif