cmd: Don't expose krb5 error codes

Don't use krb5 error codes in our configuration parser, instead use an
error allocated from the existing cmd error table

Change-Id: I777d9638c676d198d13a3bd33a90acdc53dc26cc
Reviewed-on: http://gerrit.openafs.org/7134
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
Simon Wilkinson 2011-10-09 01:17:19 +01:00 committed by Derrick Brashear
parent 0f5dc583a9
commit 1a823e9326
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,5 @@ error_table CMD
ec CMD_TOOFEW, "Insufficient required parameters provided" ec CMD_TOOFEW, "Insufficient required parameters provided"
ec CMD_TOOBIG, "Token too large" ec CMD_TOOBIG, "Token too large"
ec CMD_MISSING, "Option not specified on command line" ec CMD_MISSING, "Option not specified on command line"
ec CMD_BADFORMAT, "Improper format of configuration file"
end end

View File

@ -37,8 +37,7 @@
#define KRB5_DEPRECATED_FUNCTION(x) #define KRB5_DEPRECATED_FUNCTION(x)
/* This value shouldn't be hard coded */ #define KRB5_CONFIG_BADFORMAT CMD_BADFORMAT
#define KRB5_CONFIG_BADFORMAT (-1765328248L)
#define N_(X,Y) X #define N_(X,Y) X