fix include flies
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 15:15:03 +0000 (15:15 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 15:15:03 +0000 (15:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@925 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/kinit.c

index 93748b19129ea5d2aa7409e758c20a0ef405553b..ab48642554364005b934b4f0aa9fb513b9b09ddb 100644 (file)
@@ -21,11 +21,10 @@ static char rcsid_kinit_c [] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>                  /* for TGTNAME */
 #include <krb5/ext-proto.h>
-#include <stdio.h>
 #include <krb5/libos-proto.h>
-#include <krb5/krb5_err.h>
-#include <krb5/isode_err.h>
+
 #include <com_err.h>
+#include <stdio.h>
 
 #define KRB5_DEFAULT_OPTIONS 0
 #define KRB5_DEFAULT_LIFE 60*60*8 /* 8 hours */
@@ -65,12 +64,7 @@ main(argc, argv)
     krb5_data *server[4];
     krb5_creds my_creds;
     
-    /*
-     * XXX init error tables here
-     */
-
-    initialize_krb5_error_table();
-    initialize_isod_error_table();
+    krb5_init_ets();
 
     if (rindex(argv[0], '/'))
        argv[0] = rindex(argv[0], '/')+1;