From 4b4bb7acf55e29d3a36fb2a99e39137059580a90 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 9 Jun 2012 18:42:20 +0000 Subject: Fix compiler error svn path=/trunk/; revision=43181 --- epan/dissectors/packet-uasip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-uasip.c') diff --git a/epan/dissectors/packet-uasip.c b/epan/dissectors/packet-uasip.c index cb0cf8dac1..d945ff4800 100644 --- a/epan/dissectors/packet-uasip.c +++ b/epan/dissectors/packet-uasip.c @@ -72,8 +72,8 @@ static int hf_uasip_expseq = -1; static int hf_uasip_sntseq = -1; static gint ett_uasip = -1; -static guint8 proxy_ipaddr[4]; -static char *pref_proxy_ipaddr_s = NULL; +static guint8 proxy_ipaddr[4]; +static const char *pref_proxy_ipaddr_s = NULL; static gboolean use_proxy_ipaddr = FALSE; static gboolean noesip_enabled = FALSE; -- cgit v1.2.3