fix dotdot? (dave swasey)
This commit is contained in:
parent
703d3cbc4c
commit
c59c3b2112
@ -1181,7 +1181,8 @@ fslookup(SunAuthUnix *au, Nfs3Handle *h, char *name, Nfs3Handle *nh)
|
|||||||
n = n->parent;
|
n = n->parent;
|
||||||
}
|
}
|
||||||
fid.fsys = n->fsys;
|
fid.fsys = n->fsys;
|
||||||
fid.fsyshandle = n->fsyshandle;
|
if(!n->isblackhole)
|
||||||
|
fid.fsyshandle = n->fsyshandle;
|
||||||
fid.cnode = n;
|
fid.cnode = n;
|
||||||
}
|
}
|
||||||
fidtohandle(&fid, nh);
|
fidtohandle(&fid, nh);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user