+Wed Sep 18 16:03:26 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * kdc_util.c: Added magic number to initializer of nolrentry.
+
Tue Sep 10 14:18:41 1996 Tom Yu <tlyu@mit.edu>
* krb5kdc.M: remove ".so man1/header.doc"
/* This probably wants to be updated if you support last_req stuff */
-static krb5_last_req_entry nolrentry = { KRB5_LRQ_NONE, 0 };
+static krb5_last_req_entry nolrentry = { KV5M_LAST_REQ_ENTRY, KRB5_LRQ_NONE, 0 };
static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 };
krb5_error_code