mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
vol: remove duplicate stmp declaration
Patchset 38cf31463e
added a definition of
afs_ino_str_t stmp which should have replaced the b64_string_t stmp
declaration that was already present.
Thanks to Jason Madar for noticing.
FIXES 131620
Change-Id: I780efd55dea33f1f7893b68285c841e80660b3f3
Reviewed-on: http://gerrit.openafs.org/9608
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
5123deebdc
commit
dd903ce729
@ -446,7 +446,6 @@ xfs_VerifyInode(char *dir, uint64_t pino, char *name, i_list_inode_t * info,
|
||||
int update_chown = 0;
|
||||
int retCode = 0;
|
||||
char tmpName[32];
|
||||
b64_string_t stmp;
|
||||
int tag;
|
||||
afs_ino_str_t stmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user