diff options
| -rw-r--r-- | net/ipv4/netfilter/ip_nat_standalone.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ip_nat_standalone.c b/net/ipv4/netfilter/ip_nat_standalone.c index 8f760b28617e..67e676783da9 100644 --- a/net/ipv4/netfilter/ip_nat_standalone.c +++ b/net/ipv4/netfilter/ip_nat_standalone.c | |||
| @@ -219,8 +219,10 @@ ip_nat_out(unsigned int hooknum, | |||
| 219 | const struct net_device *out, | 219 | const struct net_device *out, |
| 220 | int (*okfn)(struct sk_buff *)) | 220 | int (*okfn)(struct sk_buff *)) |
| 221 | { | 221 | { |
| 222 | #ifdef CONFIG_XFRM | ||
| 222 | struct ip_conntrack *ct; | 223 | struct ip_conntrack *ct; |
| 223 | enum ip_conntrack_info ctinfo; | 224 | enum ip_conntrack_info ctinfo; |
| 225 | #endif | ||
| 224 | unsigned int ret; | 226 | unsigned int ret; |
| 225 | 227 | ||
| 226 | /* root is playing with raw sockets. */ | 228 | /* root is playing with raw sockets. */ |
