diff options
Diffstat (limited to 'trust/token.c')
-rw-r--r-- | trust/token.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/token.c b/trust/token.c index cfcdba6..427c1d5 100644 --- a/trust/token.c +++ b/trust/token.c @@ -742,6 +742,7 @@ p11_token_new (CK_SLOT_ID slot, token->index = p11_index_new (on_index_build, on_index_store, + NULL, on_index_notify, token); return_val_if_fail (token->index != NULL, NULL); |