aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-11 14:07:02 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-11 14:07:02 +0000
commit007813964c4564970fad1fecf00a01d68505e671 (patch)
tree1871cfde9a7d01ff818cefd36c1ec9dc11dab803 /epan/dissectors/packet-quake2.c
parentcba041614905a545bb151e7468328e9b3ec99a6d (diff)
Minor cleanup related to proto_reg_handoff ....
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26176 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-quake2.c')
-rw-r--r--epan/dissectors/packet-quake2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-quake2.c b/epan/dissectors/packet-quake2.c
index 4f21383e25..b8cdafb6dc 100644
--- a/epan/dissectors/packet-quake2.c
+++ b/epan/dissectors/packet-quake2.c
@@ -766,7 +766,7 @@ proto_reg_handoff_quake2(void)
{
static gboolean Initialized=FALSE;
static dissector_handle_t quake2_handle;
- static int ServerPort=0;
+ static int ServerPort;
if (!Initialized) {
quake2_handle = create_dissector_handle(dissect_quake2,