From 4b1907bdf991d8dc70035760d1a9ddddcac5bb4b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 10 Oct 2005 20:52:36 -0700 Subject: [PATCH] --- yaml --- r: 9827 b: refs/heads/master c: b3a91d037a2575040f9b6a483f60c407a3d80368 h: refs/heads/master i: 9825: 2eb84066fc812388640e459e7bd20ea761d383c5 9823: 0c96a73eda1c8d33aab7e4f1429344d575fb34b4 v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter_ipv4/ip_nat.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 9dc50dac4513..72b8fb3df68b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebe0bbf06c9e03613bdcb6b5a704595a9344b7ff +refs/heads/master: b3a91d037a2575040f9b6a483f60c407a3d80368 diff --git a/trunk/include/linux/netfilter_ipv4/ip_nat.h b/trunk/include/linux/netfilter_ipv4/ip_nat.h index e201ec6e9905..41a107de17cf 100644 --- a/trunk/include/linux/netfilter_ipv4/ip_nat.h +++ b/trunk/include/linux/netfilter_ipv4/ip_nat.h @@ -58,10 +58,6 @@ extern rwlock_t ip_nat_lock; struct ip_nat_info { struct list_head bysource; - - /* Helper (NULL if none). */ - struct ip_nat_helper *helper; - struct ip_nat_seq seq[IP_CT_DIR_MAX]; };