From: zacheiss Date: Fri, 2 Mar 2001 07:33:53 +0000 (+0000) Subject: Add ERROR_TABLE_BASE_krb to the return value of tf_init(), so we're X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/5110d13935344d772faae4d4b119570979b25403 Add ERROR_TABLE_BASE_krb to the return value of tf_init(), so we're actually in com_err's error code value range. --- diff --git a/clients/lib/utils.c b/clients/lib/utils.c index 0462a7d5..7a89c93b 100644 --- a/clients/lib/utils.c +++ b/clients/lib/utils.c @@ -116,6 +116,7 @@ char *mrcl_krb_user(void) { /* In case mr_init hasn't been called yet. */ initialize_krb_error_table(); + status += ERROR_TABLE_BASE_krb; com_err(whoami, status, "reading Kerberos ticket file."); return NULL; }