aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-saprouter.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-saprouter.c')
-rw-r--r--epan/dissectors/packet-saprouter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-saprouter.c b/epan/dissectors/packet-saprouter.c
index 763a3eab3a..9acd3dce42 100644
--- a/epan/dissectors/packet-saprouter.c
+++ b/epan/dissectors/packet-saprouter.c
@@ -416,7 +416,7 @@ static int
dissect_saprouter(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
tvbuff_t *next_tvb = NULL;
- guint8 opcode = 0;
+ guint8 opcode;
guint32 offset = 0, eyecatcher_length = 0;
conversation_t *conversation = NULL;
saprouter_session_state *session_state = NULL;