summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-20 20:12:51 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-20 20:12:51 +0000
commit2abe7252995f4bfefffc50dc989031c23092bcf7 (patch)
tree5dc778e1b5cb584068f14ec752debd88fe8aafc9 /nfs
parentda08c2d194c9e806301008ffa172e2861da7bcfe (diff)
*** empty log message ***
Diffstat (limited to 'nfs')
-rw-r--r--nfs/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/ops.c b/nfs/ops.c
index 0108b295..4ecb36a1 100644
--- a/nfs/ops.c
+++ b/nfs/ops.c
@@ -1044,7 +1044,7 @@ netfs_attempt_create_file (struct iouser *cred, struct node *np,
if (!netfs_validate_stat (*newnp, -1)
&& (*newnp)->nn_stat.st_uid != owner)
- netfs_attempt_chown (-1, newnp, owner, (*newnp)->nn_stat.st_gid);
+ netfs_attempt_chown (-1, *newnp, owner, (*newnp)->nn_stat.st_gid);
}
else
*newnp = 0;