commit | 28b19d99ac6d92e4fb2fe34144c495019a638a64 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@eurodev.net> | Tue Aug 09 20:06:27 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:40:21 2005 -0700 |
tree | 368bde8bbf20f61b72d0b9d3433c2ade0815207f | |
parent | 37012f7fd326eb3c959428a4fe7e203e6304fe43 [diff] |
[NETFILTER]: Fix typo in ctnl_exp_cb array (no bug, just memory waste) This fixes the size of the ctnl_exp_cb array that is IPCTNL_MSG_EXP_MAX instead of IPCTNL_MSG_MAX. Simple typo. Signed-off-by: Pablo Neira Ayuso <pablo@eurodev.net> Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>