[EBTABLES]: Fix thinkos in ebt_log.c
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2005 19:39:40 +0000 (12:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2005 19:39:40 +0000 (12:39 -0700)
commit85c1937b2693a0d4e39bb2644d720ed3703b9830
tree68a2b3f33d28918fb49eca7aaee20717240db21b
parent61998bcb4bf0efa0276e88c7853091e482a826f4
[EBTABLES]: Fix thinkos in ebt_log.c

When converting over the skb_header_pointer(), I converted parts of
this module incorrectly.  Kill the 'u' union in ebt_log() and all the
bogus references to it.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebt_log.c