git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9311437
)
newvolumebyname-analyze-the-vrequest-actually-used-20020205
author
Derrick Brashear
<shadow@dementia.org>
Tue, 5 Feb 2002 21:58:03 +0000 (21:58 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 5 Feb 2002 21:58:03 +0000 (21:58 +0000)
it's ok to support a null request being passed in, but if a real one is
passed in we shouldn't analyze it when it's not the one we used when
making calls.
src/afs/afs_volume.c
patch
|
blob
|
history
diff --git
a/src/afs/afs_volume.c
b/src/afs/afs_volume.c
index
1a94a1e
..
29609e1
100644
(file)
--- a/
src/afs/afs_volume.c
+++ b/
src/afs/afs_volume.c
@@
-674,7
+674,7
@@
static struct volume *afs_NewVolumeByName(char *aname, afs_int32 acell, int agoo
} else
code = -1;
} while
- (afs_Analyze(tconn, code, (struct VenusFid *) 0, areq,
+ (afs_Analyze(tconn, code, (struct VenusFid *) 0, &treq,
-1, /* no op code for this */
SHARED_LOCK, tcell));