mirror of https://github.com/schoebel/mars
proc: fix table termination
This commit is contained in:
parent
782dfc97e4
commit
349bc0cf1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue