+Thu Aug 10 14:52:24 EDT 1995 Paul Park (pjpark@mit.edu)
+ * do_as_req.c - Add missing variable when KRBCONF_KDC_MODIFIES_KDB on.
+
+
Thu Aug 03 12:22:34 1995 Chris Provenzano (proven@mit.edu)
* do_as_req.c : Fix bug from new kdb changes.
client.attributes |= KRB5_KDB_DISALLOW_ALL_TIX;
}
}
- krb5_db_put_principal(kdc_context, &client, &one);
+ {
+ int one = 1;
+
+ krb5_db_put_principal(kdc_context, &client, &one);
+ }
#endif
krb5_klog_syslog(LOG_INFO, "AS_REQ: PREAUTH FAILED: host %s, %s for %s (%s)",
fromstring, cname, sname, error_message(retval));