aklog: retry getting tokens for KRB5_KT_NOTFOUND error
[openafs.git] / src / aklog / aklog.c
index 4f9050f..2435985 100644 (file)
@@ -145,6 +145,7 @@ static int get_user_realm(krb5_context, char **);
 
 #define TRYAGAIN(x) (x == AKLOG_TRYAGAIN || \
                     x == KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN || \
+                    x == KRB5_KT_NOTFOUND || \
                     x == KRB5KRB_ERR_GENERIC)
 
 #if defined(HAVE_KRB5_PRINC_SIZE) || defined(krb5_princ_size)