Browse Source

remove stray #endif

Grant Limberg 3 years ago
parent
commit
c2cfb4d1dc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/OneService.cpp

+ 0 - 1
service/OneService.cpp

@@ -2294,7 +2294,6 @@ public:
 						fprintf(stderr,"ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
 						fprintf(stderr,"ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
 				}
 				}
 			}
 			}
-#endif
 
 
 #ifdef __APPLE__
 #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))