summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-x11.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-11-22 15:55:01 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-11-22 15:55:01 +0000
commit9a0020f2f9b8d954d98d15b9865a6051f8644a90 (patch)
tree4406277d2a8fdaa9edf8bd7b962eed43f8fde18e /epan/dissectors/packet-x11.c
parent0e4856e8b9200bc5668f86aab1af8ddd2d27b9f2 (diff)
downloadwireshark-9a0020f2f9b8d954d98d15b9865a6051f8644a90.tar.gz
From Peter (bug 2942):
Allow optimalization with -ftracer. svn path=/trunk/; revision=26822
Diffstat (limited to 'epan/dissectors/packet-x11.c')
-rw-r--r--epan/dissectors/packet-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x11.c b/epan/dissectors/packet-x11.c
index 9f4d220c27..a93a9bc7d5 100644
--- a/epan/dissectors/packet-x11.c
+++ b/epan/dissectors/packet-x11.c
@@ -4099,7 +4099,7 @@ static void dissect_x11_requests(tvbuff_t *tvb, packet_info *pinfo,
conversation_t *conversation;
x11_conv_data_t *volatile state;
int length;
- tvbuff_t *next_tvb;
+ tvbuff_t *volatile next_tvb;
while (tvb_reported_length_remaining(tvb, offset) != 0) {
/*