darwin-remove-fix-20060302

move the if inside the condition so we aren't screwed up on tiger
This commit is contained in:
Chaskiel M Grundman 2006-03-02 06:33:44 +00:00 committed by Derrick Brashear
parent 1cc6cddd85
commit 8bfa2cdc6e

View File

@ -374,8 +374,8 @@ afs_remove(OSI_VC_ARG(adp), aname, acred)
Ttvc = tvc; Ttvc = tvc;
Tnam = aname; Tnam = aname;
Tnam1 = 0; Tnam1 = 0;
if (tvc)
#ifndef AFS_DARWIN80_ENV #ifndef AFS_DARWIN80_ENV
if (tvc)
Ttvcr = VREFCOUNT(tvc); Ttvcr = VREFCOUNT(tvc);
#endif #endif
#ifdef AFS_AIX_ENV #ifdef AFS_AIX_ENV