Skip to content

Commit

Permalink
Fix the extban character used by the v4 version of the asn module.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Sep 13, 2024
1 parent 203de04 commit 76a126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4/m_asn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ASNExtBan final

public:
ASNExtBan(Module* Creator, IntExtItem& asn)
: ExtBan::MatchingBase(Creator, "asn", 'n')
: ExtBan::MatchingBase(Creator, "asn", 'b')
, asnext(asn)
{
}
Expand Down

0 comments on commit 76a126d

Please sign in to comment.