]> andersk Git - moira.git/commitdiff
Add ERROR_TABLE_BASE_krb to the return value of tf_init(), so we're
authorzacheiss <zacheiss>
Fri, 2 Mar 2001 07:33:53 +0000 (07:33 +0000)
committerzacheiss <zacheiss>
Fri, 2 Mar 2001 07:33:53 +0000 (07:33 +0000)
actually in com_err's error code value range.

clients/lib/utils.c

index 0462a7d5b993960ba13a09116161bf68258231bd..7a89c93b5e7fedc2d4d7033bafb15f55fc3f6c2e 100644 (file)
@@ -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;
     }
This page took 0.065887 seconds and 5 git commands to generate.