krb5: fix spelling error in debug log
This commit is contained in:

committed by
Jeffrey Altman

parent
e60955e835
commit
1bc2eb33f9
@@ -1188,7 +1188,7 @@ krb5_sendto_context(krb5_context context,
|
|||||||
|
|
||||||
action = KRB5_SENDTO_CONTINUE;
|
action = KRB5_SENDTO_CONTINUE;
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
_krb5_debug(context, 5, "submissing new requests to new host");
|
_krb5_debug(context, 5, "submitting new requests to new host");
|
||||||
if (submit_request(context, ctx, hi) != 0)
|
if (submit_request(context, ctx, hi) != 0)
|
||||||
action = KRB5_SENDTO_TIMEOUT;
|
action = KRB5_SENDTO_TIMEOUT;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user