Use fallthrough statement attribute (moar)
This commit is contained in:
@@ -472,6 +472,7 @@ heim_digest_generate_challenge(heim_digest_t context)
|
||||
case HEIM_DIGEST_TYPE_AUTO:
|
||||
context->type = HEIM_DIGEST_TYPE_RFC2831;
|
||||
/* FALLTHROUGH */
|
||||
fallthrough
|
||||
case HEIM_DIGEST_TYPE_RFC2831:
|
||||
asprintf(&challenge, "realm=\"%s\",nonce=\"%s\",qop=\"%s\",algorithm=md5-sess,charset=utf-8,maxbuf=%s",
|
||||
context->serverRealm, context->serverNonce, context->serverQOP, context->serverMaxbuf);
|
||||
|
||||
Reference in New Issue
Block a user