diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-04-27 16:28:24 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-04-27 16:28:24 +0000 |
| commit | 17eda7b32ca20443fd9bec6b6f22850c3863e315 (patch) | |
| tree | 02142d3055ff35f46c99c5406fa2e28275aa26e0 /src | |
| parent | e396daaa168866ee8a9c5114a2f20bd4afe09285 (diff) | |
| download | krb5-17eda7b32ca20443fd9bec6b6f22850c3863e315.tar.gz krb5-17eda7b32ca20443fd9bec6b6f22850c3863e315.tar.xz krb5-17eda7b32ca20443fd9bec6b6f22850c3863e315.zip | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@619 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/kdc/kdc5_err.et | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/kdc/kdc5_err.et b/src/kdc/kdc5_err.et new file mode 100644 index 000000000..9a12a59a7 --- /dev/null +++ b/src/kdc/kdc5_err.et @@ -0,0 +1,18 @@ +# +# $Source$ +# $Author$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# <krb5/copyright.h>. +# +# KDC internal error table. + +error_table kdc5 + +error_code KDC5_RCSID, "$Id$" +error_code KDC5_NOPORT, "No server port found" +error_code KDC5_NONET, "Network not initialized" + +end |
