summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 010fff27..d45fab9b 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -340,7 +340,7 @@ main (int argc,
if (! res) {
g_warning ("%s", error->message);
g_error_free (error);
- goto out;
+ exit (1);
}
if (print_version) {