]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
use 'A' for manycast server to be consistent with B, M
authorDave Hart <hart@ntp.org>
Thu, 10 Dec 2009 02:09:19 +0000 (02:09 +0000)
committerDave Hart <hart@ntp.org>
Thu, 10 Dec 2009 02:09:19 +0000 (02:09 +0000)
bk: 4b20584fAfShx-2XrCfm7vm694EAQg

ntpq/ntpq-subs.c

index ae4ef747990cbcca1f2f63bbf0cc7b553f1ef317..f68b6e4552a755e09eb1ed7e774c0d547aabd599 100644 (file)
@@ -1598,7 +1598,7 @@ doprintpeers(
                if (ISREFCLOCKADR(&srcadr))
                        type = 'l';     /* local refclock*/
                else if (IS_MCAST(&srcadr))
-                       type = 'y';     /* manycast server */
+                       type = 'A';     /* manycast server */
                else
                        type = 'u';     /* manycastclient, unicast */
                break;