From: Jelle van der Waa Date: Wed, 21 May 2025 18:16:05 +0000 (+0200) Subject: pcrlock: correct argument comment X-Git-Tag: v258-rc1~505^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a56fc8a070dc2f545299ddc4a38806a0e330e28b;p=thirdparty%2Fsystemd.git pcrlock: correct argument comment --- diff --git a/src/pcrlock/pcrlock.c b/src/pcrlock/pcrlock.c index 5dab5ba3101..02860e6ca58 100644 --- a/src/pcrlock/pcrlock.c +++ b/src/pcrlock/pcrlock.c @@ -4397,7 +4397,7 @@ static int write_boot_policy_file(const char *json_text) { /* tpm2_device= */ NULL, /* tpm2_hash_pcr_mask= */ 0, /* tpm2_pubkey_path= */ NULL, - /* tpm2_pubkey_path_mask= */ 0, + /* tpm2_pubkey_pcr_mask= */ 0, UID_INVALID, &IOVEC_MAKE_STRING(json_text), CREDENTIAL_ALLOW_NULL,