diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ip_conntrack_helper_pptp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c index b0225b65ca35..98267b0d2a47 100644 --- a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c +++ b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c | |||
@@ -194,6 +194,7 @@ static void pptp_destroy_siblings(struct ip_conntrack *ct) | |||
194 | { | 194 | { |
195 | struct ip_conntrack_tuple t; | 195 | struct ip_conntrack_tuple t; |
196 | 196 | ||
197 | ip_ct_gre_keymap_destroy(ct); | ||
197 | /* Since ct->sibling_list has literally rusted away in 2.6.11, | 198 | /* Since ct->sibling_list has literally rusted away in 2.6.11, |
198 | * we now need another way to find out about our sibling | 199 | * we now need another way to find out about our sibling |
199 | * contrack and expects... -HW */ | 200 | * contrack and expects... -HW */ |