reply_encpart.times.authtime = kdc_time;
- nolrentry.lr_type = 0; /* XXX 0 is unused? cf. kdc_util.c */
+ nolrentry.lr_type = KRB5_LRQ_NONE;
nolrentry.value = 0;
nolrarray[0] = &nolrentry;
nolrarray[1] = 0;
/* This probably wants to be updated if you support last_req stuff */
-static krb5_last_req_entry nolrentry = { 0, 0 }; /* type 0 is not used...? XXX */
+static krb5_last_req_entry nolrentry = { KRB5_LRQ_NONE, 0 };
static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 };
krb5_error_code