summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-11-04 10:00:24 +0000
committerWerner Koch <wk@gnupg.org>2009-11-04 10:00:24 +0000
commit8b30641f35200d82897cd659d180e4423a803e85 (patch)
treef4278b1f2e721668dabbfc0e7d2fcaff92cde0bb /tests
parentf342672465427384c706ccd4476d603fc04df1de (diff)
downloadlibassuan-8b30641f35200d82897cd659d180e4423a803e85.tar.gz
Extended HELP command.
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;
}