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);