Added error code for a write error whle sending a response packet
authorTheodore Tso <tytso@mit.edu>
Tue, 1 Sep 1992 14:49:54 +0000 (14:49 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 1 Sep 1992 14:49:54 +0000 (14:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2378 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/kdc5_err.et

index bd9715b4d23d1b51c398617e57ce7af3e95c0580..e58f9f3689dd6e85e05212de175e040b8d836349 100644 (file)
@@ -28,5 +28,6 @@ error_table   kdc5
 error_code KDC5_RCSID,         "$Id$"
 error_code KDC5_NOPORT,                "No server port found"
 error_code KDC5_NONET,         "Network not initialized"
+error_code KDC5_IO_RESPONSE,   "Short write while sending response"
 
 end