summaryrefslogtreecommitdiff
path: root/src/userdb
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-07-06 17:52:17 +0200
committerGitHub <noreply@github.com>2020-07-06 17:52:17 +0200
commitb3077c47a86784b25122ae301cea67d48633d502 (patch)
tree1a6e14126ce5d1997618fec741692b6506a782c4 /src/userdb
parentc5bc4f77d9b437306d27ae8e1b97b1ff89beb3b4 (diff)
parentca1d199b4827c710769c4e0b16fd22a0c48b373b (diff)
downloadsystemd-b3077c47a86784b25122ae301cea67d48633d502.tar.gz
Merge pull request #16344 from keszybz/update-utmp-erofs
Make update-utmp not fail if it only fails to write wtmp records
Diffstat (limited to 'src/userdb')
-rw-r--r--src/userdb/userdbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userdb/userdbd.c b/src/userdb/userdbd.c
index 978fd1d788..dbc285e61a 100644
--- a/src/userdb/userdbd.c
+++ b/src/userdb/userdbd.c
@@ -20,8 +20,8 @@
*/
static int run(int argc, char *argv[]) {
- _cleanup_(notify_on_cleanup) const char *notify_stop = NULL;
_cleanup_(manager_freep) Manager *m = NULL;
+ _cleanup_(notify_on_cleanup) const char *notify_stop = NULL;
int r;
log_setup_service();