Browse Source

array size should depend on the #define

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 13 years ago
parent
commit
81dd046838
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/xt_MEDIAPROXY.c

+ 1
- 1
kernel-module/xt_MEDIAPROXY.c View File

@ -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;


Loading…
Cancel
Save