summaryrefslogtreecommitdiff
path: root/libnetfs/file-chown.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-15 16:50:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-15 16:50:50 +0000
commit3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1 (patch)
tree18a4977b3b1cc747e012e8aaa52c21a3e6b1e8ee /libnetfs/file-chown.c
parent33539520d2e6b3789d2354c651b6e8a12ff21edd (diff)
entered into RCS
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;
}