mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix dotdot? (dave swasey)
This commit is contained in:
parent
703d3cbc4c
commit
c59c3b2112
1 changed files with 2 additions and 1 deletions
|
@ -1181,7 +1181,8 @@ fslookup(SunAuthUnix *au, Nfs3Handle *h, char *name, Nfs3Handle *nh)
|
|||
n = n->parent;
|
||||
}
|
||||
fid.fsys = n->fsys;
|
||||
fid.fsyshandle = n->fsyshandle;
|
||||
if(!n->isblackhole)
|
||||
fid.fsyshandle = n->fsyshandle;
|
||||
fid.cnode = n;
|
||||
}
|
||||
fidtohandle(&fid, nh);
|
||||
|
|
Loading…
Reference in a new issue