1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

A bunch of new features. Allow empty responses on an inquiry.

This commit is contained in:
Werner Koch 2002-02-18 20:45:52 +00:00
parent 822e682c50
commit a46e786221
6 changed files with 62 additions and 18 deletions

View file

@ -64,6 +64,7 @@ _assuan_new_context (ASSUAN_CONTEXT *r_ctx)
ctx->outbound.fd = -1;
ctx->listen_fd = -1;
ctx->client_pid = (pid_t)-1;
/* use the pipe server handler as a default */
ctx->deinit_handler = deinit_pipe_server;
ctx->accept_handler = accept_connection;