aklog more error tables
authorDerrick Brashear <shadow@dementia.org>
Thu, 25 Mar 2010 13:01:23 +0000 (09:01 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sat, 27 Mar 2010 12:53:44 +0000 (05:53 -0700)
initialize the rest that we might need

Change-Id: If4e02add67994ae5397c60de3e64c072c3512a2e
Reviewed-on: http://gerrit.openafs.org/1661
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/aklog/aklog.c

index 9525cc7..dc09ce9 100644 (file)
@@ -1495,7 +1495,11 @@ main(int argc, char *argv[])
        progname = argv[0];
 
     krb5_init_context(&context);
-    initialize_ktc_error_table ();
+    initialize_KTC_error_table ();
+    initialize_U_error_table();
+    initialize_RXK_error_table();
+    initialize_ACFG_error_table();
+    initialize_PT_error_table();
     afs_set_com_err_hook(redirect_errors);
 
     /*