diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-20 20:12:51 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-20 20:12:51 +0000 |
commit | 2abe7252995f4bfefffc50dc989031c23092bcf7 (patch) | |
tree | 5dc778e1b5cb584068f14ec752debd88fe8aafc9 /nfs | |
parent | da08c2d194c9e806301008ffa172e2861da7bcfe (diff) |
*** empty log message ***
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |