lib/krb5: Fix error message typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:

committed by
Nico Williams

parent
597b59dfb7
commit
1d8f4347bb
@@ -3205,7 +3205,7 @@ init_creds_step(krb5_context context,
|
|||||||
if (available_padata_count(&ctx->md) == 0) {
|
if (available_padata_count(&ctx->md) == 0) {
|
||||||
krb5_set_error_message(context, ret,
|
krb5_set_error_message(context, ret,
|
||||||
N_("Preauth required but no preauth "
|
N_("Preauth required but no preauth "
|
||||||
"options send by KDC", ""));
|
"options sent by KDC", ""));
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
} else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) {
|
} else if (ret == KRB5KRB_AP_ERR_SKEW && context->kdc_sec_offset == 0) {
|
||||||
|
Reference in New Issue
Block a user