summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/ChangeLog4
-rw-r--r--src/lib/krb5/os/init_os_ctx.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog
index 7ea80f4f2..998202913 100644
--- a/src/lib/krb5/os/ChangeLog
+++ b/src/lib/krb5/os/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-27 Miro Jurisic <meeroh@mit.edu>
+
+ * init_os_ctx.c (GetMacProfileFileSpec): removed bogus string conversion
+
1999-07-26 Miro Jurisic <meeroh@mit.edu>
* c_ustime.c (krb5_crypto_us_timeofday): Merged in changes from the
diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c
index edfbb5dc3..04d10bee1 100644
--- a/src/lib/krb5/os/init_os_ctx.c
+++ b/src/lib/krb5/os/init_os_ctx.c
@@ -37,7 +37,6 @@ GetMacProfileFileSpec (FSSpec* outFileSpec, StringPtr inName)
if (err == noErr) {
BlockMoveData (inName, &(outFileSpec -> name), strlen (inName) + 1);
- c2pstr (&(outFileSpec -> name));
}
return err;