summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-http.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-20 21:34:21 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-20 23:34:03 +0000
commit523ae612934131531d356dcf4d84637dedbafbc0 (patch)
treed9a3f7c614badc6ef1b3097a36b1ec151519817e /epan/dissectors/packet-http.c
parentdbfb2b808fc9adeb98c1e31c72874d572f5a8277 (diff)
downloadwireshark-523ae612934131531d356dcf4d84637dedbafbc0.tar.gz
HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)
Change-Id: I1e9b32e30844438419c9aa839b3fcd6c0c88835d Reviewed-on: https://code.wireshark.org/review/13459 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-http.c')
-rw-r--r--epan/dissectors/packet-http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index 705f325fd7..ba8f5ba431 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -1352,7 +1352,6 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
case HTTP_TE_COMPRESS:
case HTTP_TE_DEFLATE:
case HTTP_TE_GZIP:
- break;
/*
* We currently can't handle, for example, "gzip",
* "compress", or "deflate" as *transfer* encodings;