aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/vtpmmgr/vtpmmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubdom/vtpmmgr/vtpmmgr.c')
-rw-r--r--stubdom/vtpmmgr/vtpmmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/vtpmmgr/vtpmmgr.c b/stubdom/vtpmmgr/vtpmmgr.c
index 563f4e8c58..270ca8a93c 100644
--- a/stubdom/vtpmmgr/vtpmmgr.c
+++ b/stubdom/vtpmmgr/vtpmmgr.c
@@ -61,7 +61,7 @@ void main_loop(void) {
tpmcmd->resp = respbuf;
/* Process the command */
- vtpmmgr_handle_cmd(tpmcmd->uuid, tpmcmd);
+ vtpmmgr_handle_cmd(tpmcmd->opaque, tpmcmd);
/* Send response */
tpmback_resp(tpmcmd);