diff options
Diffstat (limited to 'common/iobuf.c')
-rw-r--r-- | common/iobuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index fb87ff65d..477a66874 100644 --- a/common/iobuf.c +++ b/common/iobuf.c @@ -1531,9 +1531,8 @@ iobuf_fdopen (int fd, const char *mode) } iobuf_t -iobuf_fdopen_nc (int fd, const char *mode) +iobuf_fdopen_nc (gnupg_fd_t fp, const char *mode) { - gnupg_fd_t fp = INT2FD (fd); return do_iobuf_fdopen (fp, mode, 1); } |