[PATCH] ctnetlink: fix typo in ctnl_exp_cb array

2005-08-05 Thread Harald Welte
Hi Dave, please apply.

[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 [EMAIL PROTECTED]
Signed-off-by: Harald Welte [EMAIL PROTECTED]

---
commit 76596b57e2fe552da8beef4a59d5b559dfc3d0e5
tree 84acf2c3953dd3b824cfdb0b501e1b778ac2de19
parent cc45a2a7c15b72bf38d611e469fa30d62ade8f1f
author Harald Welte [EMAIL PROTECTED] Fr, 05 Aug 2005 14:23:56 +0200
committer Harald Welte [EMAIL PROTECTED] Fr, 05 Aug 2005 14:23:56 +0200

 net/ipv4/netfilter/ip_conntrack_netlink.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/netfilter/ip_conntrack_netlink.c 
b/net/ipv4/netfilter/ip_conntrack_netlink.c
--- a/net/ipv4/netfilter/ip_conntrack_netlink.c
+++ b/net/ipv4/netfilter/ip_conntrack_netlink.c
@@ -1490,7 +1490,7 @@ static struct nfnl_callback ctnl_cb[IPCT
.cap_required = CAP_NET_ADMIN },
 };
 
-static struct nfnl_callback ctnl_exp_cb[IPCTNL_MSG_MAX] = {
+static struct nfnl_callback ctnl_exp_cb[IPCTNL_MSG_EXP_MAX] = {
[IPCTNL_MSG_EXP_GET]= { .call = ctnetlink_get_expect,
.attr_count = CTA_EXPECT_MAX,
.cap_required = CAP_NET_ADMIN },
-- 
- Harald Welte [EMAIL PROTECTED] http://netfilter.org/

  Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed.-- Paul Vixie


pgpHBoBkIPrjQ.pgp
Description: PGP signature


Re: [PATCH] ctnetlink: fix typo in ctnl_exp_cb array

2005-08-05 Thread David S. Miller
From: Harald Welte [EMAIL PROTECTED]
Date: Fri, 5 Aug 2005 18:21:42 +0200

 [NETFILTER] Fix typo in ctnl_exp_cb array (no bug, just memory waste)

Applied.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html