chiark / gitweb /
unit: introduce %s specifier for the user shell
[elogind.git] / src / tmpfiles / tmpfiles.c
index 3b52b9889cc55f71cb54c5434b8594c4d215f045..7a453dcc2aeddef8bfb9564801f0589c6705dd36 100644 (file)
@@ -1076,7 +1076,7 @@ static int parse_line(const char *fname, unsigned line, const char *buffer) {
         if (user && !streq(user, "-")) {
                 const char *u = user;
 
-                r = get_user_creds(&u, &i->uid, NULL, NULL);
+                r = get_user_creds(&u, &i->uid, NULL, NULL, NULL);
                 if (r < 0) {
                         log_error("[%s:%u] Unknown user '%s'.", fname, line, user);
                         goto finish;