From: Jeffrey Altman Date: Fri, 15 Mar 2013 03:27:25 +0000 (-0400) Subject: vol: remove duplicate stmp declaration X-Git-Tag: upstream/1.8.0_pre1^2~1272 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=dd903ce729c24c9d1ed78b227a261b2549482461;p=packages%2Fo%2Fopenafs.git vol: remove duplicate stmp declaration Patchset 38cf31463e3f3c675de727c1e793e117a90e6d20 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 Reviewed-by: Derrick Brashear --- diff --git a/src/vol/listinodes.c b/src/vol/listinodes.c index d094a184f..ad3adcfc7 100644 --- a/src/vol/listinodes.c +++ b/src/vol/listinodes.c @@ -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;