From: John Hay Date: Fri, 4 Jan 2002 08:27:36 +0000 (+0200) Subject: Fix another merge mistake. The implementation version is a variable in the -ipv6 X-Git-Tag: NTP_4_1_73~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7511591aefacd87c2c688417cbfefab17e70a6a;p=thirdparty%2Fntp.git Fix another merge mistake. The implementation version is a variable in the -ipv6 tree. bk: 3c356778gCC4ZJ6RQqTKuP_fP9GWHg --- diff --git a/ntpdc/ntpdc_ops.c b/ntpdc/ntpdc_ops.c index f6416abfd0..e33c28c6f1 100644 --- a/ntpdc/ntpdc_ops.c +++ b/ntpdc/ntpdc_ops.c @@ -1392,7 +1392,7 @@ again: if (res == INFO_ERR_FMT) { (void) fprintf(fp, "***Retrying command with old conf_peer size\n"); - res = doquery(IMPL_XNTPD, REQ_CONFIG, 1, 1, + res = doquery(impl_ver, REQ_CONFIG, 1, 1, sizeof(struct old_conf_peer), (char *)&cpeer, &items, &itemsize, &dummy, 0, sizeof(struct conf_peer));