X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.c;h=a4e2548f8d4983af1239a69bb3d5c7e2e68bbc5b;hp=9194bedf73cbfd0b8701ee9233078b862c41268f;hb=faff6498821555e6afb3dc5e4e3b61d448a4fef1;hpb=396ac4be802f8b75c5a2ab5925925427c61c1da3 diff --git a/src/process.c b/src/process.c index 9194bedf..a4e2548f 100644 --- a/src/process.c +++ b/src/process.c @@ -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()));