This commit is contained in:
rsc
2005-02-08 21:03:12 +00:00
parent b1cd1d55e1
commit 80ecfd2430
4 changed files with 18 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ fsauth(CFsys *fsys, char *uname, char *aname)
void *freep;
CFid *afid;
if((fid = _fsgetfid(fsys)) == nil)
if((afid = _fsgetfid(fsys)) == nil)
return nil;
tx.type = Tauth;