diff --git a/src/fs_ops.c b/src/fs_ops.c index b960c7e..201483b 100644 --- a/src/fs_ops.c +++ b/src/fs_ops.c @@ -2330,6 +2330,7 @@ fs_op_setattr ( } if (status < 0) { send_reply(err, req, -status); + return; } send_reply(attr, req, stat_buf, FS_ENTRY_TIMEOUT);