[PATCH nft] parser: added missing semicolon

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

 



It did not make any harm, but it was certainly missing.

Signed-off-by: Máté Eckl <ecklm94@xxxxxxxxx>
---
 src/parser_bison.y | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/parser_bison.y b/src/parser_bison.y
index eed6000..7238a94 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -3452,6 +3452,7 @@ meta_expr		:	META	meta_key
 
 				$$ = meta_expr_alloc(&@$, key);
 			}
+			;
 
 meta_key		:	meta_key_qualified
 			|	meta_key_unqualified
-- 
ecklm

--
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