Fix compiler error

svn path=/trunk/; revision=43181
This commit is contained in:
Bill Meier 2012-06-09 18:42:20 +00:00
parent 61d278c921
commit 4b4bb7acf5
1 changed files with 2 additions and 2 deletions

View File

@ -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;