Changed all PBGetCatInfo to PBGetCatInfoSync for new UH's
authorMarshall Vale <mjv@mit.edu>
Tue, 13 Jan 1998 18:51:22 +0000 (18:51 +0000)
committerMarshall Vale <mjv@mit.edu>
Tue, 13 Jan 1998 18:51:22 +0000 (18:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10350 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ccdefname.c
src/lib/krb5/os/init_os_ctx.c

index c0f01743f00720fda3e6f8297c6820d8a87daf17..585dd54eaa8c50f34baa28095cc74563575658ee 100644 (file)
@@ -48,7 +48,7 @@ OSErr         err;
        theCatInfo.dirInfo.ioVRefNum            = vrefnum;
        theCatInfo.dirInfo.ioFDirIndex          = -1;
        theCatInfo.dirInfo.ioDrDirID            = dirid;
-       err = PBGetCatInfo(&theCatInfo, FALSE);
+       err = PBGetCatInfoSync(&theCatInfo);
 
        // If I'm looking at the root directory and I've tried going up once
        // start returning down the call chain
index 9b74a38f14b5c3f42fda8af96ffebeb6f8fbd178..2a637d51aba125f5dd67c2e11e2803977cfa85b0 100644 (file)
@@ -46,7 +46,7 @@ OSErr         err;
        theCatInfo.dirInfo.ioVRefNum            = vrefnum;
        theCatInfo.dirInfo.ioFDirIndex          = -1;
        theCatInfo.dirInfo.ioDrDirID            = dirid;
-       err = PBGetCatInfo(&theCatInfo, FALSE);
+       err = PBGetCatInfoSync(&theCatInfo);
 
        // If I'm looking at the root directory and I've tried going up once
        // start returning down the call chain