bk: 5e882dd3mUpUKvY8mhiszxV9dkgwgQ
+---
+* [Bug 3657] Wrong "Autokey group mismatch" debug message <perlinger@ntp.org>
+
---
(4.2.8p14) 2020/03/03 Released by Harlan Stenn <stenn@ntp.org>
* MODE_ACTIVE KoDs, which will time out eventually.
*/
if ( hisleap != LEAP_NOTINSYNC
- && (hisstratum < sys_floor || hisstratum >= sys_ceiling)) {
- DPRINTF(2, ("receive: AM_NEWPASS drop: Autokey group mismatch\n"));
+ && (hisstratum < sys_floor || hisstratum >= sys_ceiling)) {
+ DPRINTF(2, ("receive: AM_NEWPASS drop: Remote stratum (%d) out of range\n",
+ hisstratum));
sys_declined++;
return; /* no help */
}