aboutsummaryrefslogtreecommitdiff
path: root/seatd-launch/seatd-launch.c
diff options
context:
space:
mode:
Diffstat (limited to 'seatd-launch/seatd-launch.c')
-rw-r--r--seatd-launch/seatd-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seatd-launch/seatd-launch.c b/seatd-launch/seatd-launch.c
index f7ed482..0903fe1 100644
--- a/seatd-launch/seatd-launch.c
+++ b/seatd-launch/seatd-launch.c
@@ -120,7 +120,7 @@ int main(int argc, char *argv[]) {
}
if (chmod(sockpath, 0700) == -1) {
perror("Could not chmod socket");
- goto error;
+ goto error_seatd;
}
// Drop privileges