diff --git a/kernel-module/xt_MEDIAPROXY.c b/kernel-module/xt_MEDIAPROXY.c index 10a4da62e..debf5057b 100644 --- a/kernel-module/xt_MEDIAPROXY.c +++ b/kernel-module/xt_MEDIAPROXY.c @@ -75,7 +75,7 @@ struct mp_crypto_context; static struct proc_dir_entry *my_proc_root; static struct proc_dir_entry *proc_list; static struct proc_dir_entry *proc_control; -static struct mediaproxy_table *table[64]; +static struct mediaproxy_table *table[MAX_ID]; static rwlock_t table_lock;