mirror of https://github.com/wolfSSL/wolfTPM.git
F-9175 - Return the flush result for an explicit handle
parent
7792efb8ec
commit
995b0879bc
|
|
@ -101,7 +101,7 @@ int TPM2_Flush_Tool(void* userCtx, int argc, char *argv[])
|
|||
else {
|
||||
flushCtx.flushHandle = handle;
|
||||
printf("Freeing %X object\n", handle);
|
||||
TPM2_FlushContext(&flushCtx);
|
||||
rc = TPM2_FlushContext(&flushCtx);
|
||||
}
|
||||
|
||||
wolfTPM2_Cleanup(&dev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue