diff options
Diffstat (limited to 'ntpd/ntp_peer.c')
| -rw-r--r-- | ntpd/ntp_peer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ntpd/ntp_peer.c b/ntpd/ntp_peer.c index 71c0936833989..c1716ffe0d83b 100644 --- a/ntpd/ntp_peer.c +++ b/ntpd/ntp_peer.c @@ -844,11 +844,13 @@ newpeer( return NULL; } +#if 0 DPRINTF(1, ("newpeer(%s) found no existing and %d other associations\n", (hostname) ? hostname : stoa(srcadr), ip_count)); +#endif /* Check ippeerlimit wrt ip_count */ if (ippeerlimit > -1) { |
