summaryrefslogtreecommitdiff
path: root/nfsd/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfsd/loop.c')
-rw-r--r--nfsd/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsd/loop.c b/nfsd/loop.c
index c7053234..38edae62 100644
--- a/nfsd/loop.c
+++ b/nfsd/loop.c
@@ -195,7 +195,7 @@ server_loop (int fd)
if (proc->process_error && err)
{
r = errloc;
- *r++ = htonl (nfs_error_trans (err));
+ *r++ = htonl (nfs_error_trans (err, version));
}
cred_rele (cred);