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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608b19933fa26ff94aa8fb1dbe5c999c5f3cb8d5;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 cb11f5c218..08a8d278e3 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; }