aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-04-25 09:22:25 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-25 07:24:05 +0000
commita4ff0bc5d2d9296b958ca195e2ecb373c70866fa (patch)
tree703d05dabd947db3e5c88d6c09f96af1c940b8ff
parent93a853f4b26f8f34005ae9961142dd630f5c2555 (diff)
Try to please the build boot.
Change-Id: I304960a0d1c8e64947a7f35e90da279e43051aac Reviewed-on: https://code.wireshark.org/review/1338 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c
index d95f0cba96..424b3f32f7 100644
--- a/epan/dissectors/packet-http.c
+++ b/epan/dissectors/packet-http.c
@@ -690,7 +690,7 @@ dissect_http_message(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *http_tree = NULL;
proto_item *ti = NULL;
proto_item *hidden_item;
- const guchar *line, *firstline;
+ const guchar *line, *firstline = NULL;
gint next_offset;
const guchar *linep, *lineend;
int orig_offset;