From: Chaskiel M Grundman Date: Tue, 14 Feb 2006 20:32:45 +0000 (+0000) Subject: lookup-checkcode-bulkstats-20060214 X-Git-Tag: openafs-devel-1_5_0~25 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=848ed685c18e1fbdf550758c3e1d6c11e00d5239;p=packages%2Fo%2Fopenafs.git lookup-checkcode-bulkstats-20060214 do error code analysis on bulkstat results also --- diff --git a/src/afs/VNOPS/afs_vnop_lookup.c b/src/afs/VNOPS/afs_vnop_lookup.c index 6b772a9a1..4a9f5a110 100644 --- a/src/afs/VNOPS/afs_vnop_lookup.c +++ b/src/afs/VNOPS/afs_vnop_lookup.c @@ -1601,8 +1601,8 @@ afs_lookup(OSI_VC_DECL(adp), char *aname, struct vcache **avcp, struct AFS_UCRED } if (bulkcode) code = bulkcode; - else - code = afs_CheckCode(code, &treq, 19); + + code = afs_CheckCode(code, &treq, 19); if (code) { /* If there is an error, make sure *avcp is null. * Alphas panic otherwise - defect 10719.