[Git][NTPsec/ntpsec][master] Fix typo that caused build to fail when mssntp was enabled
Matt Selsky
gitlab at mg.gitlab.com
Fri Jan 27 06:28:19 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
ff875e20 by Matt Selsky at 2017-01-27T01:26:58-05:00
Fix typo that caused build to fail when mssntp was enabled
GitLab issue #236
- - - - -
1 changed file:
- ntpd/ntp_signd.c
Changes:
=====================================
ntpd/ntp_signd.c
=====================================
--- a/ntpd/ntp_signd.c
+++ b/ntpd/ntp_signd.c
@@ -209,7 +209,7 @@ send_via_ntp_signd(
if (ntohl(samba_reply.op) == 3 && reply_len > offsetof(struct samba_key_out, pkt)) {
sendlen = reply_len - offsetof(struct samba_key_out, pkt);
xpkt = &samba_reply.pkt;
- sendpkt(&rbufp->recv_srcadr, rbufp->dstadr, xpkt0, sendlen);
+ sendpkt(&rbufp->recv_srcadr, rbufp->dstadr, xpkt, sendlen);
#ifdef DEBUG
if (debug)
printf(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ff875e20a3089ce2a3608c867156e1f38d5c3e84
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170127/1d356066/attachment.html>
More information about the vc
mailing list