+1999-06-11 Miro Jurisic <meeroh@mit.edu>
+
+ * init_os_ctx.c (os_init_paths): added NRL config file name correctly
+ (thanks dalmeida)
+
1999-06-09 Miro Jurisic <meeroh@mit.edu>
* c_ustime.c (krb5_crypto_us_timeofday): fixed Mac PPC #ifdef
#else /* _MSDOS || _WIN32 */
#ifdef macintosh
filenames[0] = GetMacProfilePathName("\pkrb Configuration");
- filenames[0] = GetMacProfilePathName("\pkrb5.ini");
- filenames[1] = 0;
+ filenames[1] = GetMacProfilePathName("\pkrb5.ini");
+ filenames[2] = 0;
retval = profile_init(filenames, &ctx->profile);
#else
/*