shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/src


From: shishi-commit
Subject: CVS shishi/src
Date: Fri, 17 Sep 2004 18:57:43 +0200

Update of /home/cvs/shishi/src
In directory dopio:/tmp/cvs-serv24197

Modified Files:
        kdc.c 
Log Message:
Sanitize.


--- /home/cvs/shishi/src/kdc.c  2004/07/11 15:55:46     1.48
+++ /home/cvs/shishi/src/kdc.c  2004/09/17 16:57:42     1.49
@@ -1069,7 +1069,7 @@
   node = shishi_der2asn1 (handle, in, inlen);
   if (node == NULL)
     {
-      syslog (LOG_ERR, "Received %d bytes of non-Kerberos 5 data", inlen);
+      syslog (LOG_ERR, "Received %d bytes of unknown data", inlen);
       return -1;
     }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]