aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_ecache.h
diff options
context:
space:
mode:
authorGuo-Fu Tseng <cooldavid@cooldavid.org>2008-10-09 21:10:36 -0700
committerDavid S. Miller <davem@davemloft.net>2008-10-09 21:10:36 -0700
commitbb21c95e2d3325fcb53c591686dbbf4068a165bc (patch)
tree4bb7bdbe5dbe16920c062522647c327869c26be6 /include/net/netfilter/nf_conntrack_ecache.h
parentppp: Use skb_queue_walk() in ppp_mp_insert(). (diff)
downloadlinux-dev-bb21c95e2d3325fcb53c591686dbbf4068a165bc.tar.xz
linux-dev-bb21c95e2d3325fcb53c591686dbbf4068a165bc.zip
nf_conntrack_ecache.h: Fix missing braces
This patch add missing braces of today's net-next-2.6: include/net/netfilter/nf_conntrack_ecache.h Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netfilter/nf_conntrack_ecache.h')
-rw-r--r--include/net/netfilter/nf_conntrack_ecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_ecache.h b/include/net/netfilter/nf_conntrack_ecache.h
index 35f814c1e2ca..11480e633a9f 100644
--- a/include/net/netfilter/nf_conntrack_ecache.h
+++ b/include/net/netfilter/nf_conntrack_ecache.h
@@ -74,6 +74,7 @@ static inline void nf_ct_event_cache_flush(struct net *net) {}
static inline int nf_conntrack_ecache_init(struct net *net)
{
return 0;
+}
static inline void nf_conntrack_ecache_fini(struct net *net)
{