From: Derrick Brashear Date: Mon, 26 Apr 2010 04:21:30 +0000 (-0400) Subject: fix other oldtvix typo X-Git-Tag: openafs-devel-1_5_75~371 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=51c1eb362da866e28a9fb9a6f5d9d412aac7e8c2;p=packages%2Fo%2Fopenafs.git fix other oldtvix typo i failed to push this to commit 0dac8f93af5262472bc5bdf94dbb605a24da59d0, and so, well, here's the real fix. sorry. Change-Id: I6799ecb207f246ac3e4c48b1de55268d2fba4d23 Reviewed-on: http://gerrit.openafs.org/1837 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/afs_volume.c b/src/afs/afs_volume.c index 4548abdf6..b349a6522 100644 --- a/src/afs/afs_volume.c +++ b/src/afs/afs_volume.c @@ -207,7 +207,7 @@ afs_UFSGetVolSlot(void) error: if (tv) { - if (oldtvix == -2) { + if (oldvtix == -2) { afs_warn("afs_UFSGetVolSlot: oldvtix is uninitialized\n"); return NULL; }