mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
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:
parent
0f5dc583a9
commit
1a823e9326
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user