summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/009-table-alignment.patch
blob: b11c0afd6fc34f91c32935ebd65c96bd62e37b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -69,7 +69,7 @@
 struct ipt_error_target
 {
 	STRUCT_ENTRY_TARGET t;
-	char error[TABLE_MAXNAMELEN];
+	char error[FUNCTION_MAXNAMELEN];
 };
 
 struct chain_head;