]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix typo introduced while merging in fakestat support.
authorGarry Zacheiss <zacheiss@mit.edu>
Tue, 23 Jul 2002 00:47:11 +0000 (00:47 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Tue, 23 Jul 2002 00:47:11 +0000 (00:47 +0000)
src/afs/VNOPS/afs_vnop_remove.c

index c5fe7cc2f2d67eb18b39003231620bc3238811fa..f4668e3ea259481a67d0c6a134562c3ec9903e56 100644 (file)
@@ -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