]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
timesyncd: add comment what bool arg is
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 13:07:22 +0000 (14:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 22:53:17 +0000 (23:53 +0100)
src/timesync/timesyncd.c

index bc3e6ee91bc185dce69d8d29f243af29d640a226..98766a9ce7ded27acee234466a4e3af4a7e66721 100644 (file)
@@ -63,7 +63,7 @@ static int load_clock_timestamp(uid_t uid, gid_t gid) {
                 }
 
                 /* create stamp file with the compiled-in date */
-                r = touch_file(CLOCK_FILE, false, min, uid, gid, 0644);
+                r = touch_file(CLOCK_FILE, /* parents= */ false, min, uid, gid, 0644);
                 if (r < 0)
                         log_debug_errno(r, "Failed to create %s, ignoring: %m", CLOCK_FILE);
         }