From: Chaskiel M Grundman Date: Thu, 2 Mar 2006 06:34:19 +0000 (+0000) Subject: STABLE14-darwin-remove-fix-20060302 X-Git-Tag: openafs-stable-1_4_1-rc9~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fa76c856fb0194bda204fb051e3b67216abe6d04;p=packages%2Fo%2Fopenafs.git STABLE14-darwin-remove-fix-20060302 move the if inside the condition so we aren't screwed up on tiger (cherry picked from commit 8bfa2cdc6e79bf683ea035526e261940d1257daa) --- diff --git a/src/afs/VNOPS/afs_vnop_remove.c b/src/afs/VNOPS/afs_vnop_remove.c index 1f46df6d7..b222aa136 100644 --- a/src/afs/VNOPS/afs_vnop_remove.c +++ b/src/afs/VNOPS/afs_vnop_remove.c @@ -374,8 +374,8 @@ afs_remove(OSI_VC_ARG(adp), aname, acred) Ttvc = tvc; Tnam = aname; Tnam1 = 0; - if (tvc) #ifndef AFS_DARWIN80_ENV + if (tvc) Ttvcr = VREFCOUNT(tvc); #endif #ifdef AFS_AIX_ENV