diff --git a/pri.c b/pri.c index 8422fe6..31b5200 100644 --- a/pri.c +++ b/pri.c @@ -81,7 +81,7 @@ char *pri_switch2str(int sw) static void pri_default_timers(struct pri *pri, int switchtype) { - int defaulttimers[20][PRI_MAX_TIMERS] = PRI_TIMERS_ALL; + static const int defaulttimers[20][PRI_MAX_TIMERS] = PRI_TIMERS_ALL; int x; for (x = 0; x