+Wed Jan 10 21:01:36 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * walk_rtree.c (krb5_walk_realm_tree): Applied patch submitted by
+ Doug Engbert, so that the configurable authentication
+ patch takes into account the null entry at the end of the
+ list.
+
Tue Jan 9 22:04:09 1996 Theodore Y. Ts'o <tytso@dcl>
* fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all
cap_nodes[links] = cap_server; /* put server on end of list */
/* this simplifies the code later and make */
/* cleanup eaiser as well */
+ links++; /* count the null entry at end */
} else { /* no path use hierarchical method */
krb5_xfree(cap_names[2]); /* failed, don't need server string */
#endif
return retval;
}
#ifdef CONFIGURABLE_AUTHENTICATION_PATH
+ links--; /* dont count the null entry on end */
if (cap_code == 0) { /* found a path above */
tmpcrealm.data = client->data;
tmpcrealm.length = client->length;