From: Rusty Russell Date: Mon, 5 Jun 2000 17:54:47 +0000 (+0000) Subject: Made error message clearer. X-Git-Tag: v1.2.1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f68ce299449ab886491bbab1a8fb3ce36be3de9f;p=thirdparty%2Fiptables.git Made error message clearer. --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 8934a1dd..b16f000d 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1607,7 +1607,7 @@ TC_STRERROR(int err) "Bad built-in chain name" }, { TC_SET_POLICY, EINVAL, "Bad policy name" }, - { NULL, ENOENT, "No extended target/match by that name" } + { NULL, ENOENT, "No chain/target/match by that name" } }; for (i = 0; i < sizeof(table)/sizeof(struct table_struct); i++) {