diff options
author | Werner Koch <[email protected]> | 2002-02-18 20:45:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-18 20:45:52 +0000 |
commit | a46e786221dc2c08960acdfd94cab35729f0891d (patch) | |
tree | e50198672b8181aae4fb9f56be5283c91ab8e1f8 /assuan/assuan-pipe-server.c | |
parent | * command.c (cmd_marktrusted): Implemented. (diff) | |
download | gnupg-a46e786221dc2c08960acdfd94cab35729f0891d.tar.gz gnupg-a46e786221dc2c08960acdfd94cab35729f0891d.zip |
A bunch of new features. Allow empty responses on an inquiry.
Diffstat (limited to '')
-rw-r--r-- | assuan/assuan-pipe-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assuan/assuan-pipe-server.c b/assuan/assuan-pipe-server.c index d15f54f5a..5c5d1248c 100644 --- a/assuan/assuan-pipe-server.c +++ b/assuan/assuan-pipe-server.c @@ -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; |