X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=0e33f2643b68bee71b2159088995d04824408684;hb=d6388d782ede1bbe49a5c2643362e2e0f383fa89;hp=65792598d512ec9c2524dc75d51d89f6aa2d5ed7;hpb=18237e1f2d9dd5eef4a4e0d746d016bf94a42ad4;p=tinc diff --git a/src/process.c b/src/process.c index 65792598..0e33f264 100644 --- 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 }