]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
creds-util: fix comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Sep 2025 23:26:23 +0000 (08:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Sep 2025 23:26:28 +0000 (08:26 +0900)
Follow-up for 444af9538f465f893c4d6bb5b4a7fad6c17b15a6.

src/shared/creds-util.c

index 0d1a2da651137e96228a388f8057911e88b7c644..9426f003943dfec7bb4ff2ade645177197c41dc4 100644 (file)
@@ -422,7 +422,7 @@ static int make_credential_host_secret(
         if (r < 0)
                 return log_debug_errno(r, "Failed to link host key into place: %m");
 
-        t = mfree(t); /* disarm CLEANUP_ERASE() */
+        t = mfree(t); /* disarm CLEANUP_TMPFILE_AT() */
 
         if (ret) {
                 void *copy;