]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 4548abdf62ad1f184d3e449fca3927b1d8c208c1..b349a65225b2aa156e0e6f10d2a1ab48364384e0 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;
        }