From: Patrick McHardy <kaber@trash.net>
To: Harald Welte <laforge@netfilter.org>
Cc: Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
"David S. Miller" <davem@davemloft.net>
Subject: [NETFILTER 8/8]: pptp helper: missing expectation flags initialisation
Date: Fri, 16 Sep 2005 00:44:59 +0200 [thread overview]
Message-ID: <4329F96B.1010306@trash.net> (raw)
[-- Attachment #1: 08.diff --]
[-- Type: text/x-patch, Size: 1035 bytes --]
[NETFILTER]: pptp helper: missing expectation flags initialisation
Support for permanent expectations added a flags field to the expectation
that needs to be initialized to 0.
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit 0ddb4c0a3fcf3cded1b34ec48b66e8874d13f105
tree 0d855d26740383efac8514fdd890786b86921cd6
parent ac7e4424f98eef582b9923011d27c208252a0096
author Patrick McHardy <kaber@trash.net> Fri, 16 Sep 2005 00:21:34 +0200
committer Patrick McHardy <kaber@trash.net> Fri, 16 Sep 2005 00:21:34 +0200
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
--- a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
+++ b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
@@ -250,6 +250,7 @@ exp_gre(struct ip_conntrack *master,
exp_orig->master = master;
exp_orig->expectfn = pptp_expectfn;
+ exp_orig->flags = 0;
exp_orig->dir = IP_CT_DIR_ORIGINAL;
next reply other threads:[~2005-09-15 22:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-15 22:44 Patrick McHardy [this message]
2005-09-17 10:56 ` [NETFILTER 8/8]: pptp helper: missing expectation flags initialisation Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4329F96B.1010306@trash.net \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=laforge@netfilter.org \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.