diff options
Diffstat (limited to 'agent/call-tpm2d.c')
-rw-r--r-- | agent/call-tpm2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-tpm2d.c b/agent/call-tpm2d.c index 1048c7d63..3f6ca7b52 100644 --- a/agent/call-tpm2d.c +++ b/agent/call-tpm2d.c @@ -16,7 +16,7 @@ static int start_tpm2d (ctrl_t ctrl) { - return daemon_start (DAEMON_TPM2D, ctrl); + return daemon_start (DAEMON_TPM2D, ctrl, 0); } static int |