fix other oldtvix typo
authorDerrick Brashear <shadow@dementia.org>
Mon, 26 Apr 2010 04:21:30 +0000 (00:21 -0400)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Apr 2010 04:24:18 +0000 (21:24 -0700)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/afs/afs_volume.c

index 4548abd..b349a65 100644 (file)
@@ -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;
        }