diff options
Diffstat (limited to 'g10/server.c')
-rw-r--r-- | g10/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/server.c b/g10/server.c index bdd28f0f2..8b5694128 100644 --- a/g10/server.c +++ b/g10/server.c @@ -634,7 +634,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; } |