From b567e91f687b73c43690fea01a3bc82119802424 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 15 Dec 2021 14:36:50 -0800 Subject: [PATCH] fix --- service/OneService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/OneService.cpp b/service/OneService.cpp index f904e780f..9648c5dd8 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -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