diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:36:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:36:00 +0000 |
commit | 052d159a8b83f03d7dc5eb31cd9a9b4a6fe3d9da (patch) | |
tree | f2dd8b09036f9c701fb0d5b71209a9ff8dea7712 /contrib/ntp/include/ntpd.h | |
parent | 16b56c7f4ee6ec20040f485b2774a4ca4ae6e62c (diff) | |
parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) |
MFV r344878:
4.2.8p12 --> 4.2.8p13
MFC after: immediately
Security: CVE-2019-8936
VuXML: c2576e14-36e2-11e9-9eda-206a8a720317
Obtained from: nwtime.org
Notes
Notes:
svn path=/head/; revision=344883
Diffstat (limited to 'contrib/ntp/include/ntpd.h')
-rw-r--r-- | contrib/ntp/include/ntpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ntp/include/ntpd.h b/contrib/ntp/include/ntpd.h index 6a5128ce0832..ead0c2cf8171 100644 --- a/contrib/ntp/include/ntpd.h +++ b/contrib/ntp/include/ntpd.h @@ -275,8 +275,8 @@ extern u_long orphwait; /* orphan wait time */ extern char *sys_hostname; /* host name */ extern char *sys_groupname; /* group name */ extern char *group_name; /* group name */ -extern u_long sys_revoke; /* keys revoke timeout */ -extern u_long sys_automax; /* session key timeout */ +extern u_char sys_revoke; /* keys revoke timeout */ +extern u_char sys_automax; /* session key timeout */ #endif /* AUTOKEY */ /* ntp_util.c */ |