[Git][NTPsec/ntpsec][master] Fix typo in ntp_control
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Thu Nov 30 01:16:44 UTC 2023
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
d10695e7 by Hal Murray at 2023-11-29T17:16:15-08:00
Fix typo in ntp_control
I missed it in the previous patch.
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
@@ -877,7 +877,7 @@ process_control(
}
properlen = req_count + (int)CTL_HEADER_LEN;
- /* round up proper len to a 8 octet boundary */
+ /* round up proper len to a 4 octet boundary */
properlen = (properlen + 3) & ~3;
maclen = rbufp->recv_length - (size_t)properlen;
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d10695e7a9da77fc749c01e997753db9d9ceadd4
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d10695e7a9da77fc749c01e997753db9d9ceadd4
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/20231130/72d90bd6/attachment.htm>
More information about the vc
mailing list