Skip to content

Commit b9744c3

Browse files
authored
Merge pull request #207 from jimfunk/master
Fix incorrect version for v12 match
2 parents 1238261 + b367788 commit b9744c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iptc/xtables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class xtables_match(ct.Union):
426426
("v9", _xtables_match_v9),
427427
("v10", _xtables_match_v10),
428428
("v11", _xtables_match_v11),
429-
("v11", _xtables_match_v12)]
429+
("v12", _xtables_match_v12)]
430430

431431

432432
class _xtables_target_v1(ct.Structure):

0 commit comments

Comments
 (0)