(success currently; nothing it calls returns failure indications)
instead of returning whatever was left over in a register. This
caused intermittent problems with regression tests.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6086
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Jun 16 20:28:38 1995 Sam Hartman <hartmans@tardis.MIT.EDU>
+
+ * kadmin5.c (kadmin_cleanup): Return success always; nothing
+ called has a useful return value, and the previous behavior
+ (returning an undefined value) caused periodic failure of the
+ regression tests.
Thu Jun 15 17:54:04 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
with the Berkeley database code. Also, add shared library
usage check.
+
Sat Jun 10 23:03:41 1995 Tom Yu (tlyu@dragons-lair)
* network.c: krb5_auth_context redefinitions
if (password_prompt)
free(password_prompt);
net_disconnect(1);
+ return 0; /*No currently defined failure conditions*/
}