kdc: Fix spelling of error and log messages
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
560c9da844
commit
fbe89adf27
@@ -1806,7 +1806,7 @@ server_lookup:
|
||||
break;
|
||||
if(i == b->etype.len) {
|
||||
kdc_log(context, config, 4,
|
||||
"Addition ticket have not matching etypes");
|
||||
"Addition ticket has no matching etypes");
|
||||
krb5_clear_error_message(context);
|
||||
ret = KRB5KDC_ERR_ETYPE_NOSUPP;
|
||||
kdc_audit_addreason((kdc_request_t)priv,
|
||||
|
Reference in New Issue
Block a user