projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396ac4b
)
Don't let tinc service depend on NDIS component.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:18:22 +0000
(15:18 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Nov 2004 15:18:22 +0000
(15:18 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index
9194bed
..
a4e2548
100644
(file)
--- 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()));