diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/krb5/os/init_os_ctx.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 5bdc5dda3..0db5a426d 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index 7c031543e..324e3c09b 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -135,8 +135,8 @@ os_init_paths(ctx, secure) #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 /* |
