* com_err.c (com_err_va): In success case, don't then fall through into error
case.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16402
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-06-03 Ken Raeburn <raeburn@mit.edu>
+
+ * com_err.c (com_err_va): In success case, don't then fall
+ through into error case.
+
2004-06-02 Ken Raeburn <raeburn@mit.edu>
* com_err.c: Include stdlib.h.
p = com_err_hook ? com_err_hook : default_com_err_proc;
(*p)(whoami, code, fmt, ap);
k5_mutex_unlock(&com_err_hook_lock);
+ return;
best_try:
/* Yikes. Our library initialization failed or we couldn't lock