From 3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 15 Nov 1995 16:50:50 +0000 Subject: entered into RCS --- libnetfs/file-chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/file-chown.c') 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; } -- cgit v1.2.3