diff options
Diffstat (limited to 'contrib/ntp/libntp/socktohost.c')
-rw-r--r-- | contrib/ntp/libntp/socktohost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/socktohost.c b/contrib/ntp/libntp/socktohost.c index c61e57148a65..3d9ab960e8a1 100644 --- a/contrib/ntp/libntp/socktohost.c +++ b/contrib/ntp/libntp/socktohost.c @@ -79,7 +79,7 @@ socktohost( if (a_info) goto forward_fail; - NTP_INSIST(alist != NULL); + INSIST(alist != NULL); for (ai = alist; ai != NULL; ai = ai->ai_next) { /* |