Do not user zero as a magic number.
minpoll=0 really meant NTP_MINDPOLL maxpoll=0 really meant NTP_MAXDPOLL Just set the initial minpoll and maxpoll directly to the desired value. This does not yet fix all bad uses of zero as magic number.
Loading
Please register or sign in to comment