aboutsummaryrefslogtreecommitdiff
path: root/sd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sd.c')
-rw-r--r--sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd.c b/sd.c
index c987df3..c9e919b 100644
--- a/sd.c
+++ b/sd.c
@@ -137,7 +137,7 @@ int sd_setup(void) {
}
case SIGINT:
case SIGTERM: {
- exit(13);
+ return -1;
}
default: {
/* Consider insecure.