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:
e5e9688
)
Fix exit code when installing tincd as a service on Windows.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 21 Jul 2012 15:10:10 +0000
(17:10 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 21 Jul 2012 15:10:10 +0000
(17:10 +0200)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 65792598d512ec9c2524dc75d51d89f6aa2d5ed7..0e33f2643b68bee71b2159088995d04824408684 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-212,7
+212,7
@@
bool detach(void) {
}
#else
if(!statushandle)
- exit(install_service());
+ exit(
!
install_service());
#endif
}