From 51c1eb362da866e28a9fb9a6f5d9d412aac7e8c2 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 26 Apr 2010 00:21:30 -0400 Subject: [PATCH] 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 --- src/afs/afs_volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5