diff --git a/ntp_core.c b/ntp_core.c index 7455981..8781427 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -225,7 +225,8 @@ static ARR_Instance broadcasts; /* Maximum poll interval set by KoD RATE */ #define MAX_KOD_RATE_POLL SRC_DEFAULT_MAXPOLL -#define INVALID_SOCK_FD -1 +/* Invalid socket, different from the one in ntp_io.c */ +#define INVALID_SOCK_FD -2 /* ================================================== */