completely bogus arguments. It's amazing it worked at all...
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4394
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Sep 29 22:11:20 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * rc_dfl.c (krb5_rc_dfl_recover): krb5_rc_io_size was being called
+ with the wrong type argument. I have no idea how it was
+
+
Thu Sep 8 23:34:53 1994 Theodore Y. Ts'o (tytso@pinata)
* rc_io.c: The variables dirlen and dir were declared global, and
if (retval = krb5_rc_io_open(&t->d,t->name))
return retval;
- max_size = krb5_rc_io_size(t);
+ max_size = krb5_rc_io_size(t->d);
rep = NULL;
if (krb5_rc_io_read(&t->d,(krb5_pointer) &t->lifespan,sizeof(t->lifespan))) {