]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix another merge mistake. The implementation version is a variable in the -ipv6
authorJohn Hay <hay@ntp.org>
Fri, 4 Jan 2002 08:27:36 +0000 (10:27 +0200)
committerJohn Hay <hay@ntp.org>
Fri, 4 Jan 2002 08:27:36 +0000 (10:27 +0200)
tree.

bk: 3c356778gCC4ZJ6RQqTKuP_fP9GWHg

ntpdc/ntpdc_ops.c

index f6416abfd073106a128c577ca42a15412e801f32..e33c28c6f11e6ce9e4c978c01311a1d7aa672a5b 100644 (file)
@@ -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));