diff options
| author | rsc <devnull@localhost> | 2005-02-08 21:03:12 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-02-08 21:03:12 +0000 |
| commit | 80ecfd2430750a6e24d5dd480c7d9aa2385e8fda (patch) | |
| tree | d43ff4f0c397581f373ba50c44ef0cbef3f31be9 /src/lib9pclient/auth.c | |
| parent | b1cd1d55e1418f2ed8236d488f815d0108b99598 (diff) | |
| download | plan9port-80ecfd2430750a6e24d5dd480c7d9aa2385e8fda.tar.gz plan9port-80ecfd2430750a6e24d5dd480c7d9aa2385e8fda.zip | |
add auth
Diffstat (limited to 'src/lib9pclient/auth.c')
| -rw-r--r-- | src/lib9pclient/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9pclient/auth.c b/src/lib9pclient/auth.c index 2c740e12..4fa3ac84 100644 --- a/src/lib9pclient/auth.c +++ b/src/lib9pclient/auth.c @@ -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; |
