From 34c9bd4fe639ab41d740ec9474d132ec48324d89 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 28 Sep 2010 03:31:03 +0000 Subject: [PATCH] The array sminmpec_values should not be declated static since it is referenced from several dissectors svn path=/trunk/; revision=34269 --- tools/make-sminmpec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl index 13c7c92608..2921c56ee0 100755 --- a/tools/make-sminmpec.pl +++ b/tools/make-sminmpec.pl @@ -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} };