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>
ec CMD_TOOFEW, "Insufficient required parameters provided"
ec CMD_TOOBIG, "Token too large"
ec CMD_MISSING, "Option not specified on command line"
+ ec CMD_BADFORMAT, "Improper format of configuration file"
end
#define KRB5_DEPRECATED_FUNCTION(x)
-/* This value shouldn't be hard coded */
-#define KRB5_CONFIG_BADFORMAT (-1765328248L)
+#define KRB5_CONFIG_BADFORMAT CMD_BADFORMAT
#define N_(X,Y) X