From 1966831a7357e804071c332e0ea3cfe0b19fd393 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 31 Aug 2014 16:31:20 -0700 Subject: [PATCH] Pull up fcde73a2b6c323e55eaf74192885b2d4922a719a from dnspython. --- dns/rdtypes/ANY/NSEC3PARAM.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/rdtypes/ANY/NSEC3PARAM.py b/dns/rdtypes/ANY/NSEC3PARAM.py index f323d3f5..ede68632 100644 --- a/dns/rdtypes/ANY/NSEC3PARAM.py +++ b/dns/rdtypes/ANY/NSEC3PARAM.py @@ -58,6 +58,7 @@ class NSEC3PARAM(dns.rdata.Rdata): salt = b'' else: salt = bytes.fromhex(salt) + tok.get_eol() return cls(rdclass, rdtype, algorithm, flags, iterations, salt) from_text = classmethod(from_text) -- 2.47.3