projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76816e1
)
Fix compiler error on Windows.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 3 Dec 2012 08:08:21 +0000
(09:08 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 3 Dec 2012 08:08:21 +0000
(09:08 +0100)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 37ba84b65e3aed922baf1ed406cab026fc4d2428..1093ea8f63049d431b3a9e6a564a1b48179681ad 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-127,7
+127,7
@@
DWORD WINAPI controlhandler(DWORD request, DWORD type, LPVOID boe, LPVOID bah) {
return ERROR_CALL_NOT_IMPLEMENTED;
}
- event_
loopexit(NULL
);
+ event_
exit(
);
status.dwWaitHint = 30000;
status.dwCurrentState = SERVICE_STOP_PENDING;
SetServiceStatus(statushandle, &status);