aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-16 09:58:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-16 09:58:01 +0000
commit2c17189d3261265e2a0295a52f3da2881fbbc37f (patch)
treec65aee42b8eafe6e4c0bf0e33b59e910f9707e48 /epan/dissectors/packet-jxta.c
parent25f49cb12afe88fcc19edcd48eee694e2de87287 (diff)
From Peter Kovar: fix an incorrect assignment that caused a compilation
error with GCC 4. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14660 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-jxta.c')
-rw-r--r--epan/dissectors/packet-jxta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-jxta.c b/epan/dissectors/packet-jxta.c
index a492ca385f..b54d964557 100644
--- a/epan/dissectors/packet-jxta.c
+++ b/epan/dissectors/packet-jxta.c
@@ -584,7 +584,7 @@ static int dissect_jxta_tcp(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tr
guint32 saved_src_port = 0;
address saved_dst_addr;
guint32 saved_dst_port = 0;
- port_type saved_port_type = NULL;
+ port_type saved_port_type = PT_NONE;
if( (AT_NONE != tpt_conv_data->initiator_address.type) && (AT_NONE != tpt_conv_data->receiver_address.type) ) {
peer_conversation =