From: Thomas Jarosch <thomas.jarosch@intra2net.com>
To: netfilter-devel@vger.kernel.org
Subject: [ulogd2 PATCH] Fix bracket imbalance if IPPROTO_SCTP is defined
Date: Wed, 24 Aug 2011 18:31:02 +0200 [thread overview]
Message-ID: <4E552746.4020000@intra2net.com> (raw)
Detected by cppcheck.
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
---
output/ulogd_output_IPFIX.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/output/ulogd_output_IPFIX.c b/output/ulogd_output_IPFIX.c
index 025faab..f7856d2 100644
--- a/output/ulogd_output_IPFIX.c
+++ b/output/ulogd_output_IPFIX.c
@@ -406,6 +406,7 @@ static int open_connect_socket(struct ulogd_pluginstance *pi)
freeaddrinfo(resave);
return ret;
}
+ }
#endif
if (connect(ii->fd, res->ai_addr, res->ai_addrlen) != 0) {
--
1.7.4.4
next reply other threads:[~2011-08-24 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-24 16:31 Thomas Jarosch [this message]
2012-08-03 18:34 ` [ulogd2 PATCH] Fix bracket imbalance if IPPROTO_SCTP is defined Jan Engelhardt
2012-08-06 10:05 ` Pablo Neira Ayuso
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=4E552746.4020000@intra2net.com \
--to=thomas.jarosch@intra2net.com \
--cc=netfilter-devel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).