From: Dave Hart Date: Thu, 10 Dec 2009 04:55:00 +0000 (+0000) Subject: use 's' for symmetric mode in billboard type column X-Git-Tag: NTP_4_2_7P14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae9e98d5d3e3117c209e78897d6ef8f75bb4922;p=thirdparty%2Fntp.git use 's' for symmetric mode in billboard type column bk: 4b207f24lDcy65GOIoLNtF_RmwXACQ --- diff --git a/ntpq/ntpq-subs.c b/ntpq/ntpq-subs.c index cb11f5c21..08a8d278e 100644 --- a/ntpq/ntpq-subs.c +++ b/ntpq/ntpq-subs.c @@ -1604,7 +1604,7 @@ doprintpeers( break; case MODE_ACTIVE: - type = 'p'; /* symmetric */ + type = 's'; /* symmetric */ break; }