Skip to content
Snippets Groups Projects
Commit 55678c69 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

getparameter: comment a switch FALLTHROUGH

Coverity CID 1061118. Point out that it is on purpose.
parent 793ac803
No related branches found
No related tags found
No related merge requests found
......@@ -1762,6 +1762,7 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
switch(*nextarg) {
case '+':
nextarg++;
/* FALLTHROUGH */
default:
/* If-Modified-Since: (section 14.28 in RFC2068) */
config->timecond = CURL_TIMECOND_IFMODSINCE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment