]> mj.ucw.cz Git - netgrind.git/commitdiff
Silence "missing case" warnings
authorMartin Mares <mj@ucw.cz>
Mon, 17 Jun 2013 14:53:25 +0000 (16:53 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 17 Jun 2013 14:53:25 +0000 (16:53 +0200)
netgrind/http.c

index b329170eca3c88939557612b27ea1e330af3e87b..ee7b4fc7af1ab8e0656a66b1726ceafe16b9d33a 100644 (file)
@@ -233,6 +233,7 @@ static void http_close(struct flow *f, int cause, u64 when)
       case HTTP_CONNECT:
        http_report(f, s, when, "FIN");
        break;
+      default: ;
       }
   pkt_flush_queue(&s->rx_queue);
   pkt_flush_queue(&s->tx_queue);