Oops. Fixes last night's test failures in last night's build..
authorKen Raeburn <raeburn@mit.edu>
Thu, 3 Jun 2004 22:44:18 +0000 (22:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 3 Jun 2004 22:44:18 +0000 (22:44 +0000)
* 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

src/util/et/ChangeLog
src/util/et/com_err.c

index caf7c990c37c2865491ff5c57479e776298a4c8c..d26bb93b1c4e1790276c0f0cc7ff843ec88bba2d 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e7843ecc59b3f5f60193059285174b62e68a606b..94b379816dc7d18d5598093d695b5df9b035afeb 100644 (file)
@@ -103,6 +103,7 @@ void KRB5_CALLCONV com_err_va(const char *whoami,
     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