mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
fakestat-fix-eval-args-ordering-20020409
fixed bad args ordering in call to afs_EvalFakeStat
This commit is contained in:
parent
7747fce7e7
commit
c2109aba5c
@ -508,7 +508,7 @@ struct AFS_UCRED *acred; {
|
||||
AFS_STATCNT(afs_lockctl);
|
||||
if (code = afs_InitReq(&treq, acred)) return code;
|
||||
afs_InitFakeStat(&fakestate);
|
||||
code = afs_EvalFakeStat(&fakestate, &avc, &treq);
|
||||
code = afs_EvalFakeStat(&avc, &fakestate, &treq);
|
||||
if (code) {
|
||||
afs_PutFakeStat(&fakestate);
|
||||
return code;
|
||||
|
Loading…
Reference in New Issue
Block a user