We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7a7c20 + 0698f92 commit d213d99Copy full SHA for d213d99
TPMCmd/tpm/src/command/Startup/Startup.c
@@ -186,6 +186,7 @@ TPM2_Startup(
186
gr.clearCount++;
187
gr.restartCount++;
188
break;
189
+ case SU_RESET:
190
default:
191
// Reset object context ID to 0
192
gr.objectContextID = 0;
@@ -242,4 +243,4 @@ TPM2_Startup(
242
243
return (OK) ? TPM_RC_SUCCESS : TPM_RC_FAILURE;
244
}
245
-#endif // CC_Startup
246
+#endif // CC_Startup
0 commit comments