Don't let tinc service depend on NDIS component.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:18:22 +0000 (15:18 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:18:22 +0000 (15:18 +0000)
src/process.c

index 9194bedf73cbfd0b8701ee9233078b862c41268f..a4e2548f8d4983af1239a69bb3d5c7e2e68bbc5b 100644 (file)
@@ -104,7 +104,7 @@ bool install_service(void) {
 
        service = CreateService(manager, identname, identname,
                        SERVICE_ALL_ACCESS, SERVICE_WIN32_OWN_PROCESS, SERVICE_AUTO_START, SERVICE_ERROR_NORMAL,
-                       command, "NDIS", NULL, NULL, NULL, NULL);
+                       command, NULL, NULL, NULL, NULL, NULL);
        
        if(!service) {
                logger(LOG_ERR, _("Could not create %s service: %s"), identname, winerror(GetLastError()));