aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/file-chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/file-chown.c')
-rw-r--r--libnetfs/file-chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-chown.c b/libnetfs/file-chown.c
index 4082816b..d3484ba0 100644
--- a/libnetfs/file-chown.c
+++ b/libnetfs/file-chown.c
@@ -33,7 +33,7 @@ netfs_S_file_chown (struct protid *user,
mutex_lock (&user->po->np->lock);
err = netfs_attempt_chown (user->credential, user->po->np,
- uid, gid);
+ owner, group);
mutex_unlock (&user->po->np->lock);
return err;
}