From 0d354c9c52f532f204b6e6665888958449ece8c9 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 3 Feb 2022 09:45:18 -0800 Subject: [PATCH] Removed old code that setup firewall rules on each service start --- meshservice/ServiceMain.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meshservice/ServiceMain.c b/meshservice/ServiceMain.c index be76f86..537a7bb 100644 --- a/meshservice/ServiceMain.c +++ b/meshservice/ServiceMain.c @@ -295,10 +295,6 @@ void WINAPI ServiceMain(DWORD argc, LPTSTR *argv) // Get our own executable name GetModuleFileNameW(NULL, str, _MAX_PATH); -#ifndef _MINCORE - // Setup firewall - SetupWindowsFirewall(str); -#endif // Run the mesh agent CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);