]> 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>
Thu, 20 May 2010 11:52:10 +0000 (07:52 -0400)
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>
(cherry-picked from commit 51c1eb362da866e28a9fb9a6f5d9d412aac7e8c2)

Change-Id: If42f31b47d50aecb147fa82040a6c3ab48f7a7ce
Reviewed-on: http://gerrit.openafs.org/2009
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_volume.c

index 87b32e0d72285107b1d865469a05319cfd483b1c..2ca4fe1708ca85bac38b10da22445e7a827cb06e 100644 (file)
@@ -199,7 +199,7 @@ afs_UFSGetVolSlot(void)
 
  error:
     if (tv) {
-       if (oldtvix == -2) {
+       if (oldvtix == -2) {
            afs_warn("afs_UFSGetVolSlot: oldvtix is uninitialized\n");
            return NULL;
        }