[Git][NTPsec/ntpsec][master] Fixed missing variable initialization. (bug #631).
Matt Selsky
gitlab at mg.gitlab.com
Fri Dec 13 17:24:43 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
2b1f0f53 by Ian Bruene at 2019-12-13T11:13:26-06:00
Fixed missing variable initialization. (bug #631).
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
@@ -1518,6 +1518,7 @@ This combats source address spoofing
def parse_mru_variables(variables):
sorter = None
+ sortkey = None
frags = MAXFRAGS
if "sort" in variables:
sortkey = variables["sort"]
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2b1f0f538c954c8667311e425c45c91775bd4ef0
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2b1f0f538c954c8667311e425c45c91775bd4ef0
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20191213/6de54560/attachment.htm>
More information about the vc
mailing list