Also log L_KRB_PERR error messages, so we know when there are protocol
authorTheodore Tso <tytso@mit.edu>
Sat, 8 Jul 1995 22:00:55 +0000 (22:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 8 Jul 1995 22:00:55 +0000 (22:00 +0000)
problems.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6269 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/kerberos_v4.c

index 4a1e0d047087bb223bcda12dddbec073abc8ac28..76edd429457b1a8cbbd09cc50ccd0b95a3c782c0 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jul  8 17:40:10 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * kerberos_v4.c (v4_klog): Also log L_KRB_PERR error messages, so
+               we know when there are protocol problems.
 
 Fri Jul 7 16:05:57 EDT 1995    Paul Park       (pjpark@mit.edu)
        * Makefile.in - Remove all explicit library handling and LDFLAGS.
index aeb4cebceab2e942a0b4d79eef80ae3ee33216e6..cec949ec908cb1fb9e61bbca0d7b6ebdbb667756 100644 (file)
@@ -228,6 +228,7 @@ char * v4_klog( type, format, va_alist)
     case L_ERR_NKY:
     case L_ERR_NUN:
     case L_ERR_UNK:
+    case L_KRB_PERR:
        logpri = LOG_ERR;
     case L_INI_REQ:
     case L_NTGT_INTK: