aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fclose.c')
-rw-r--r--guts/fclose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/fclose.c b/guts/fclose.c
index e0c5681..bcf4ace 100644
--- a/guts/fclose.c
+++ b/guts/fclose.c
@@ -9,7 +9,7 @@
return -1;
}
int fd = fileno(fp);
- pseudo_client_op(OP_CLOSE, 0, fd, -1, 0, 0);
+ pseudo_client_op(OP_CLOSE, fd, -1, 0, 0);
rc = real_fclose(fp);
/* return rc;