[nft PATCH] Fix typo in chain hook parsing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just a typo in chain hook parsing

Signed-off-by: Yanchuan Nian <ycnian@xxxxxxxxx>
---
 src/parser.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parser.y b/src/parser.y
index baa0878..a4ccf73 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -1131,7 +1131,7 @@ hook_spec		:	TYPE		STRING		HOOK		STRING		PRIORITY	NUM
 				}
 				$<chain>0->hookstr	= chain_hookname_lookup($4);
 				if ($<chain>0->hookstr == NULL) {
-					erec_queue(error(&@4, "unknown chain type %s", $4),
+					erec_queue(error(&@4, "unknown chain hook %s", $4),
 						   state->msgs);
 					YYERROR;
 				}
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux