From: Marshall Vale Date: Tue, 13 Jan 1998 18:51:22 +0000 (+0000) Subject: Changed all PBGetCatInfo to PBGetCatInfoSync for new UH's X-Git-Tag: krb5-1.1-beta1~898 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e85148679413cb4f77223967686e20b1c74f8054;p=krb5.git Changed all PBGetCatInfo to PBGetCatInfoSync for new UH's git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10350 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/ccdefname.c b/src/lib/krb5/os/ccdefname.c index c0f01743f..585dd54ea 100644 --- a/src/lib/krb5/os/ccdefname.c +++ b/src/lib/krb5/os/ccdefname.c @@ -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 diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index 9b74a38f1..2a637d51a 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -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