diff options
Diffstat (limited to 'lib/krb5/send_to_kdc.c')
| -rw-r--r-- | lib/krb5/send_to_kdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/krb5/send_to_kdc.c b/lib/krb5/send_to_kdc.c index a920db78b649..104db9e26ee3 100644 --- a/lib/krb5/send_to_kdc.c +++ b/lib/krb5/send_to_kdc.c @@ -1161,7 +1161,7 @@ krb5_sendto_context(krb5_context context, break; } action = KRB5_SENDTO_KRBHST; - /* FALLTHOUGH */ + /* FALLTHROUGH */ case KRB5_SENDTO_KRBHST: if (ctx->krbhst == NULL) { ret = krb5_krbhst_init_flags(context, realm, type, @@ -1179,7 +1179,7 @@ krb5_sendto_context(krb5_context context, handle = heim_retain(ctx->krbhst); } action = KRB5_SENDTO_TIMEOUT; - /* FALLTHOUGH */ + /* FALLTHROUGH */ case KRB5_SENDTO_TIMEOUT: /* |
