From: Garry Zacheiss Date: Tue, 23 Jul 2002 00:47:11 +0000 (+0000) Subject: Fix typo introduced while merging in fakestat support. X-Git-Tag: openafs-stable-1_2_6~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ac30da8d73ee23ea12198de25f5ae7d93e2e7eae;p=packages%2Fo%2Fopenafs.git Fix typo introduced while merging in fakestat support. --- diff --git a/src/afs/VNOPS/afs_vnop_remove.c b/src/afs/VNOPS/afs_vnop_remove.c index c5fe7cc2f..f4668e3ea 100644 --- a/src/afs/VNOPS/afs_vnop_remove.c +++ b/src/afs/VNOPS/afs_vnop_remove.c @@ -258,7 +258,7 @@ afs_remove(OSI_VC_ARG(adp), aname, acred) } /* Check if this is dynroot */ - if (afs_isDynroot(adp)) { + if (afs_IsDynroot(adp)) { code = afs_DynrootVOPRemove(adp, acred, aname); afs_PutFakeStat(&fakestate); #ifdef AFS_OSF_ENV