diff options
Diffstat (limited to 'nfsd/ops.c')
-rw-r--r-- | nfsd/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ op_remove (struct cache_handle *c, err = dir_unlink (c->port, name); free (name); - return 0; + return err; } static error_t |