From: Chaskiel M Grundman Date: Thu, 2 Mar 2006 06:33:44 +0000 (+0000) Subject: darwin-remove-fix-20060302 X-Git-Tag: mp-rxtcp-20060314~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8bfa2cdc6e79bf683ea035526e261940d1257daa;p=packages%2Fo%2Fopenafs.git darwin-remove-fix-20060302 move the if inside the condition so we aren't screwed up on tiger --- 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