Browse Source

remove stray #endif

pull/4/head
Grant Limberg 4 years ago
parent
commit
c2cfb4d1dc
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735
  1. 1
      service/OneService.cpp

1
service/OneService.cpp

@ -2294,7 +2294,6 @@ public:
fprintf(stderr,"ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
}
}
#endif
#ifdef __APPLE__
if (!MacDNSHelper::addIps(n.config().nwid, n.config().mac, n.tap()->deviceName().c_str(), newManagedIps))

Loading…
Cancel
Save