]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
vol: remove duplicate stmp declaration
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 15 Mar 2013 03:27:25 +0000 (23:27 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 17 Apr 2013 12:15:15 +0000 (05:15 -0700)
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

Reviewed-on: http://gerrit.openafs.org/9608
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit dd903ce729c24c9d1ed78b227a261b2549482461)

Change-Id: Ia0a43f64183b47b6df30495673907d176d95799a
Reviewed-on: http://gerrit.openafs.org/9771
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/vol/listinodes.c

index fd608aa759c132e48c554bab8e52e0da5f748ed9..fcbdb2a23f981810612621de9c54409d5654fb59 100644 (file)
@@ -486,7 +486,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;