aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fcntl.c')
-rw-r--r--guts/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/fcntl.c b/guts/fcntl.c
index d03d40c..ec7277d 100644
--- a/guts/fcntl.c
+++ b/guts/fcntl.c
@@ -22,7 +22,7 @@
save_errno = errno;
if (rc != -1) {
pseudo_debug(2, "fcntl_dup: %d->%d\n", fd, rc);
- pseudo_client_op(OP_DUP, 0, fd, rc, 0, 0);
+ pseudo_client_op(OP_DUP, fd, rc, 0, 0);
}
errno = save_errno;
break;