summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/file_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle.c b/src/file_handle.c
index 7a6ef1022..29a95a4d5 100644
--- a/src/file_handle.c
+++ b/src/file_handle.c
@@ -124,5 +124,5 @@ SYS_FUNC(open_by_handle_at)
/* flags */
tprint_open_modes(tcp->u_arg[2]);
- return RVAL_DECODED;
+ return RVAL_DECODED | RVAL_FD;
}