aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fdpassing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fdpassing.c')
-rw-r--r--tests/fdpassing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fdpassing.c b/tests/fdpassing.c
index 132a953..81ae149 100644
--- a/tests/fdpassing.c
+++ b/tests/fdpassing.c
@@ -288,9 +288,9 @@ main (int argc, char **argv)
if (err)
log_fatal ("assuan_new failed: %s\n", gpg_strerror (err));
- err = assuan_pipe_connect_ext (ctx, with_exec? "./fdpassing":NULL,
- with_exec ? arglist : &loc,
- no_close_fds, NULL, NULL, 1);
+ err = assuan_pipe_connect (ctx, with_exec? "./fdpassing":NULL,
+ with_exec ? arglist : &loc,
+ no_close_fds, NULL, NULL, 1);
if (err)
{
log_error ("assuan_pipe_connect failed: %s\n", gpg_strerror (err));