fixed name of KEY_EXPIRED

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2679 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-01 15:29:12 +00:00
parent 6272a421e6
commit 4b96f6b4da
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ error_code SERVICE_REVOKED, "Credentials for server have been revoked"
error_code TGT_REVOKED, "TGT has been revoked"
error_code CLIENT_NOTYET, "Client not yet valid - try again later"
error_code SERVICE_NOTYET, "Server not yet valid - try again later"
error_code KEY_EXP, "Password has expired"
error_code KEY_EXPIRED, "Password has expired"
error_code PREAUTH_FAILED, "Preauthentication failed"
error_code PREAUTH_REQUIRED, "Additional pre-authentication required"
error_code SERVER_NOMATCH, "Requested server and ticket don't match"