diff options
Diffstat (limited to 'src/assuan.c')
-rw-r--r-- | src/assuan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan.c b/src/assuan.c index b72df65..44f4c23 100644 --- a/src/assuan.c +++ b/src/assuan.c @@ -197,7 +197,7 @@ assuan_new_ext (assuan_context_t *r_ctx, gpg_err_source_t err_source, #else ctx->pid = ASSUAN_INVALID_PID; #endif - ctx->server_proc = -1; + ctx->server_proc = NULL; *r_ctx = ctx; |