From 015104437fdd8238532d9d84d5754d7b9dd8e7c1 Mon Sep 17 00:00:00 2001 From: henning <> Date: Fri, 15 Jul 2005 03:34:52 +0000 Subject: [PATCH] fix a function name in an error message why this was rotting in my tree for so long, I dunno - and I dunno where it came from --- src/usr.sbin/ntpd/ntp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/ntp.c b/src/usr.sbin/ntpd/ntp.c index 7fcc5c64..344f481d 100644 --- a/src/usr.sbin/ntpd/ntp.c +++ b/src/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.63 2005/07/11 08:05:34 dtucker Exp $ */ +/* $OpenBSD: ntp.c,v 1.64 2005/07/15 03:34:52 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -405,7 +405,7 @@ priv_adjtime(void) } if ((peers = calloc(offset_cnt, sizeof(struct ntp_peer *))) == NULL) - fatal("calloc ntp_adjtime"); + fatal("calloc priv_adjtime"); TAILQ_FOREACH(p, &conf->ntp_peers, entry) { if (p->trustlevel < TRUSTLEVEL_BADPEER)