mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
volser: Don't initialise all error tables
Initialising the KA and cmd error tables in vsprocs.c makes the libvolser library dependent upon rxkad and cmd. As we may want to use that library in programs which use neither rxkad, nor our command processor, this is less than ideal. So, just drop the initialisations. Change-Id: Ifd47b1b16fc014f969e2b487451e21877b6a5407 Reviewed-on: http://gerrit.openafs.org/5374 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
2ba597391d
commit
b34d7aa051
@ -386,11 +386,9 @@ PrintError(char *msg, afs_int32 errcode)
|
||||
break;
|
||||
default:
|
||||
{
|
||||
initialize_KA_error_table();
|
||||
initialize_RXK_error_table();
|
||||
initialize_KTC_error_table();
|
||||
initialize_ACFG_error_table();
|
||||
initialize_CMD_error_table();
|
||||
initialize_VL_error_table();
|
||||
|
||||
fprintf(STDERR, "%s: %s\n", afs_error_table_name(errcode),
|
||||
|
Loading…
Reference in New Issue
Block a user