+---
+
+* ntpsnmpd, libntpq warning cleanup.
+
---
(4.2.6p3-RC3) 2010/10/14 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1080] ntpd on ipv6 routers very chatty.
* [Bug 1567] Support Arbiter 1093C Satellite Clock on Windows.
* [Bug 1581] printf format string mismatch leftover.
-* [Bug 1584]: ntpsnmpd OID must be mib-2.197.
+* [Bug 1584] ntpsnmpd OID must be mib-2.197.
* [Bug 1643] Range-check the decoding of the RIPE-NCC status codes.
* [Bug 1644] cvo.sh should use lsb_release to identify linux distros.
* [Bug 1659] Support Truetime Satellite Clocks on Windows.
if (res != 0)
return 0;
- if (dsize == 0) {
+ if (i_dsize == 0) {
if (numhosts > 1)
fprintf(stderr, "server=%s ", currenthost);
fprintf(stderr, "***No sysvar information returned\n");
#include <ntpsnmpd-opts.h>
static int keep_running;
+RETSIGTYPE stop_server(int);
RETSIGTYPE
stop_server(int a) {
main (int argc, char **argv) {
int background = 0; /* start as background process */
int use_syslog = 1; /* use syslog for logging */
- char varvalue[1024];
-
{
int optct = optionProcess(&ntpsnmpdOptions, argc, argv);