Use fallthrough statement attribute (moar)
This commit is contained in:
@@ -1192,8 +1192,8 @@ krb5_sendto_context(krb5_context context,
|
||||
break;
|
||||
}
|
||||
action = KRB5_SENDTO_KRBHST;
|
||||
fallthrough
|
||||
/* FALLTHROUGH */
|
||||
fallthrough
|
||||
case KRB5_SENDTO_KRBHST:
|
||||
if (ctx->krbhst == NULL) {
|
||||
ret = krb5_krbhst_init_flags(context, realm, type,
|
||||
@@ -1215,8 +1215,8 @@ krb5_sendto_context(krb5_context context,
|
||||
handle = heim_retain(ctx->krbhst);
|
||||
}
|
||||
action = KRB5_SENDTO_TIMEOUT;
|
||||
fallthrough
|
||||
/* FALLTHROUGH */
|
||||
fallthrough
|
||||
case KRB5_SENDTO_TIMEOUT:
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user