diff options
Diffstat (limited to 'common/exechelp-posix.c')
-rw-r--r-- | common/exechelp-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c index 6db7fdff1..7b20a3796 100644 --- a/common/exechelp-posix.c +++ b/common/exechelp-posix.c @@ -857,7 +857,7 @@ process_vctl (gnupg_process_t process, unsigned int request, va_list arg_ptr) case GNUPG_PROCESS_NOP: return 0; - case GNUPG_PROCESS_GET_ID: + case GNUPG_PROCESS_GET_PROC_ID: { int *r_id = va_arg (arg_ptr, int *); |