summaryrefslogtreecommitdiff
path: root/src/system-w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system-w32.c')
-rw-r--r--src/system-w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system-w32.c b/src/system-w32.c
index 76ff2a0..0d6681f 100644
--- a/src/system-w32.c
+++ b/src/system-w32.c
@@ -205,7 +205,7 @@ w32_fdpass_send (assuan_context_t ctx, assuan_fd_t fd)
fd_converted_to_integer = (intptr_t)fd;
fd0 = (int)fd_converted_to_integer; /* Bit pattern is possibly truncated. */
- err = get_file_handle (fd0, ctx->pid, &file_handle);
+ err = get_file_handle (fd0, ctx->process_handle, &file_handle);
if (err)
return err;