aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-collectd.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-18 21:13:17 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-18 21:13:17 +0000
commit0fcef72fc6f38b3d22578d405fbcb09a2ff4f826 (patch)
treea04cfdc5714a35069c4f13e98ba5afa7527af8ee /epan/dissectors/packet-collectd.c
parentc92177a771d46b509d04131af3a32d4f6d845e43 (diff)
Use correct type for udp port preference.
svn path=/trunk/; revision=30603
Diffstat (limited to 'epan/dissectors/packet-collectd.c')
-rw-r--r--epan/dissectors/packet-collectd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-collectd.c b/epan/dissectors/packet-collectd.c
index eda9c866a4..ca1e97a80c 100644
--- a/epan/dissectors/packet-collectd.c
+++ b/epan/dissectors/packet-collectd.c
@@ -143,7 +143,7 @@ static const value_string severity_names[] = {
};
#define UDP_PORT_COLLECTD 25826
-static gint collectd_udp_port = UDP_PORT_COLLECTD;
+static guint collectd_udp_port = UDP_PORT_COLLECTD;
static gint proto_collectd = -1;
static gint tap_collectd = -1;