seatd-launch: Fix chmod error goto
This commit is contained in:
parent
e7343ca96f
commit
d1c6bb9a15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue