From ba67d1214f6d9254546997ceec310fce2f675679 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 18 Mar 2013 23:16:22 +0100 Subject: trust: Fix invalid varargs call in the builder --- trust/builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/builder.c') diff --git a/trust/builder.c b/trust/builder.c index 0a020cf..85abe5b 100644 --- a/trust/builder.c +++ b/trust/builder.c @@ -1102,7 +1102,7 @@ replace_nss_trust_object (p11_builder *builder, if (!serial_number) serial_number = &invalid; - match = p11_attrs_build (NULL, issuer, serial_number, sha1_hash, + match = p11_attrs_build (NULL, issuer, serial_number, &sha1_hash, &generated, &klass, NULL); return_if_fail (match != NULL); -- cgit v1.1