aboutsummaryrefslogtreecommitdiffstats
path: root/guts/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/close.c')
-rw-r--r--guts/close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/close.c b/guts/close.c
index 8edbee9..34b279e 100644
--- a/guts/close.c
+++ b/guts/close.c
@@ -6,7 +6,7 @@
/* this cleans up an internal table, and shouldn't even
* make it to the server.
*/
- pseudo_client_op(OP_CLOSE, 0, fd, -1, 0, 0);
+ pseudo_client_op(OP_CLOSE, fd, -1, 0, 0);
rc = real_close(fd);
/* return rc;