volinfo: initialize vnode details

Clear the vnode details object. Fixes the path lookup in volscan.

Change-Id: I5176cf50bdb54529230fc72e4d1a65a20b4c14ba
Reviewed-on: http://gerrit.openafs.org/6722
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Michael Meffie 2012-02-16 10:58:50 -05:00 committed by Derrick Brashear
parent a4d9fbaa80
commit e5e9260c79

View File

@ -2177,6 +2177,7 @@ HandleVnodes(Volume * vp, VnodeClass class)
continue;
}
memset(&vnodeDetails, 0, sizeof(struct VnodeDetails));
vnodeDetails.vp = vp;
vnodeDetails.class = class;
vnodeDetails.vnode = vnode;