aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo.c b/pseudo.c
index 4451992..9ae1ab8 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -482,7 +482,7 @@ main(int argc, char *argv[]) {
} else {
pseudo_diag("pseudo: Error obtaining lock: %s\n", strerror(errno));
}
- exit(0);
+ exit(1);
} else {
pseudo_debug(PDBGF_SERVER, "Acquired lock.\n");
}