summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/attrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/attrs.c b/common/attrs.c
index ab1bc59..f9d947e 100644
--- a/common/attrs.c
+++ b/common/attrs.c
@@ -158,7 +158,7 @@ p11_attrs_build (CK_ATTRIBUTE *attrs,
va_end (va);
va_start (va, attrs);
- attrs = attrs_build (attrs, count, true, vararg_generator, va);
+ attrs = attrs_build (attrs, count, true, vararg_generator, &va);
va_end (va);
return attrs;