Skip to content
Snippets Groups Projects
Commit 7528445c authored by Phil's avatar Phil
Browse files

Fix typo

parent e31a851c
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ class ASN1F_SEQUENCE_OF(ASN1F_SEQUENCE):
class ASN1F_PACKET(ASN1F_field):
holds_packets = 1
def __init__(self, name, default, cls):
ASN1_field.__init__(self, name, default)
ASN1F_field.__init__(self, name, default)
self.cls = cls
def i2m(self, pkt, x):
if x is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment