The array sminmpec_values should not be declated static since it is

referenced from several dissectors


svn path=/trunk/; revision=34269
This commit is contained in:
Ronnie Sahlberg 2010-09-28 03:31:03 +00:00
parent 2c3fe49a03
commit 34c9bd4fe6
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ print OUT <<"_SMINMPEC";
static const gchar sminmpec_unknown[] = "(Unknown)";
static const value_string sminmpec_values[] = {
const value_string sminmpec_values[] = {
$body { 0, NULL}
};