mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
aklog more error tables
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>
This commit is contained in:
parent
7d69cfbc20
commit
c44a69b337
@ -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);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user