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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;