summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fdpassing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdpassing.c b/tests/fdpassing.c
index 7197ff7..132a953 100644
--- a/tests/fdpassing.c
+++ b/tests/fdpassing.c
@@ -88,7 +88,7 @@ register_commands (assuan_context_t ctx)
for (i=0; table[i].name; i++)
{
- rc = assuan_register_command (ctx, table[i].name, table[i].handler);
+ rc = assuan_register_command (ctx, table[i].name, table[i].handler, NULL);
if (rc)
return rc;
}