diff --git a/src/tpm2/TPMCmd/tpm/src/command/NVStorage/NV_spt.c b/src/tpm2/TPMCmd/tpm/src/command/NVStorage/NV_spt.c index 63629601..fd0ea4cf 100644 --- a/src/tpm2/TPMCmd/tpm/src/command/NVStorage/NV_spt.c +++ b/src/tpm2/TPMCmd/tpm/src/command/NVStorage/NV_spt.c @@ -443,6 +443,7 @@ TPM_RC NvDefineSpace(TPMI_RH_PROVISION authHandle, // It is not allowed to create a PIN Index that can't be modified. if(!IS_ATTRIBUTE(attributes, TPMA_NV, NO_DA)) return TPM_RCS_ATTRIBUTES + blamePublic; + /* fallthrough */ #endif #ifdef TPM_NT_PIN_PASS case TPM_NT_PIN_PASS: