*localaddr.c: Fixed the local_addr_fallback_kludge so that it actually does something.
Before that the error code it was handling was blowing it away in cleanup.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12243
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-05-09 Alexandra Ellwood <lxs@mit.edu>
+
+ *localaddr.c: Fixed the local_addr_fallback_kludge so that it actually does something.
+ Before that the error code it was handling was blowing it away in cleanup.
+
2000-04-29 Jeffrey Altman <jaltman@columbia.edu>
* hst_realm.c (krb5_get_host_realm)
hostrec = local_addr_fallback_kludge();
if (!hostrec)
return err;
+ else
+ err = 0; /* otherwise we will die at cleanup */
}
for (count = 0; hostrec->h_addr_list[count]; count++);