From 8b30641f35200d82897cd659d180e4423a803e85 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 Nov 2009 10:00:24 +0000 Subject: Extended HELP command. --- tests/fdpassing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; } -- cgit v1.2.1