mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
darwin-remove-fix-20060302
move the if inside the condition so we aren't screwed up on tiger
This commit is contained in:
parent
1cc6cddd85
commit
8bfa2cdc6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user