Remove old CONFIG_FILE code
authorTheodore Tso <tytso@mit.edu>
Wed, 7 Jun 1995 19:23:58 +0000 (19:23 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 7 Jun 1995 19:23:58 +0000 (19:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5965 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/conv_princ.c

index 3092270f917221372e358f1203f4f8cd5e6ff303..e00b927949684c22ba690661d895be8a9c2f95b4 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun  7 15:23:21 1995    <tytso@rsx-11.mit.edu>
+
+       * conv_princ.c (krb5_425_conv_principal): Remove old CONFIG_FILES
+               code. 
+
 Fri May 26 10:18:28 1995 Keith Vetter (keithv@fusion.com)
 
        * makefile.in: removed for the PC creating shared directory.
index b74d2d79e572879a125955dcca9af5dbd589996c..9465a02988f3604eba086d85db23e3f068ffe26f 100644 (file)
@@ -214,9 +214,7 @@ krb5_425_conv_principal(context, name, instance, realm, princ)
                      for (cp = domain; *cp; cp++)
                          if (isupper(*cp))
                              *cp = tolower(*cp);
-#ifndef OLD_CONFIG_FILES
                      strcat(buf, ".");
-#endif
                      strcat(buf, domain);
                      krb5_xfree(domain);
                  }