Use LISTEN_MAX_FILTERS where applicable

This commit is contained in:
Heikki Hannikainen 2013-12-18 23:02:49 +02:00
parent 413efe91cd
commit c34d707750
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct listen_t {
char *name;
char *addr_s;
char *filters[10]; // up to 10 filter definitions
char *filters[LISTEN_MAX_FILTERS]; // up to 10 filter definitions
};