From: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: [libnftables PATCH] tests: fix undefined symbol
Date: Thu, 07 Nov 2013 10:39:55 +0100 [thread overview]
Message-ID: <20131107093955.24819.37152.stgit@nfdev.cica.es> (raw)
Kill undefined and unused symbol.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
tests/nft-parsing-test.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/nft-parsing-test.c b/tests/nft-parsing-test.c
index e2931a6..9fa69ae 100644
--- a/tests/nft-parsing-test.c
+++ b/tests/nft-parsing-test.c
@@ -274,15 +274,15 @@ static int test_xml(const char *filename)
fclose(fp);
if (tree == NULL) {
- printf("unable to build XML tree from file %s %s\n", filename,
- FAILED_STR);
+ printf("unable to build XML tree from file "
+ "%s \033[31mFAILED\e[0m\n", filename);
return -1;
}
xml = mxmlSaveAllocString(tree, MXML_NO_CALLBACK);
if (xml == NULL) {
- printf("unable to alloc string from XML tree from %s %s\n",
- filename, FAILED_STR);
+ printf("unable to alloc string from XML tree from %s "
+ "\033[31mFAILED\e[0m\n", filename);
return -1;
}
next reply other threads:[~2013-11-07 9:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-07 9:39 Arturo Borrero Gonzalez [this message]
2013-11-08 7:40 ` [libnftables PATCH] tests: fix undefined symbol 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=20131107093955.24819.37152.stgit@nfdev.cica.es \
--to=arturo.borrero.glez@gmail.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).