Try to fix packet-uasip.c:486: warning: 'uasip_handle' may be used uninitialized in this function

svn path=/trunk/; revision=45848
This commit is contained in:
Anders Broman 2012-10-31 13:09:04 +00:00
parent be96ac69d7
commit bdfdec8492
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ void proto_register_uasip(void)
void proto_reg_handoff_uasip(void)
{
dissector_handle_t uasip_handle;
static dissector_handle_t uasip_handle;
static gboolean prefs_initialized = FALSE;
if (!prefs_initialized)