proc: fix table termination

This commit is contained in:
Thomas Schoebel-Theuer 2014-04-23 11:49:40 +02:00 committed by Thomas Schoebel-Theuer
parent 782dfc97e4
commit 349bc0cf1c
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static
ctl_table traffic_tuning_table[] = {
LIMITER_ENTRIES(&client_limiter, "client_role_traffic", "kb"),
LIMITER_ENTRIES(&server_limiter, "server_role_traffic", "kb"),
{}
};
static