summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/socktohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/socktohost.c')
-rw-r--r--contrib/ntp/libntp/socktohost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/socktohost.c b/contrib/ntp/libntp/socktohost.c
index c61e571..3d9ab960 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) {
/*
OpenPOWER on IntegriCloud