summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-23 15:26:54 +0100
committerGitHub <noreply@github.com>2018-03-23 15:26:54 +0100
commit959071cac27c0f59df11a204522b887ae2bec02a (patch)
tree426217c1f619c2e244fe199c5fe7c0ca5528e23e /src/login/logind-seat.c
parent2f5fa62bf7451b7f3acf5d4dace285e1495a732d (diff)
parent37c1d5e97dbc869edd8fc178427714e2d9428d2b (diff)
downloadsystemd-959071cac27c0f59df11a204522b887ae2bec02a.tar.gz
Merge pull request #8552 from keszybz/test-improvements
Test and diagnostics improvements
Diffstat (limited to 'src/login/logind-seat.c')
-rw-r--r--src/login/logind-seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index 3e89b0f124..ecca551db3 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -95,7 +95,7 @@ int seat_save(Seat *s) {
if (!s->started)
return 0;
- r = mkdir_safe_label("/run/systemd/seats", 0755, 0, 0, false);
+ r = mkdir_safe_label("/run/systemd/seats", 0755, 0, 0, MKDIR_WARN_MODE);
if (r < 0)
goto fail;