From 833414c6d99a1a3253fbbcb32411c51cbea2e088 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 31 Jan 1999 19:12:27 +0000 Subject: [PATCH] Missing ). --- usr.sbin/bootp/bootpd/bootpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bootp/bootpd/bootpd.c b/usr.sbin/bootp/bootpd/bootpd.c index f9df1a7ade3d..f96f54a13995 100644 --- a/usr.sbin/bootp/bootpd/bootpd.c +++ b/usr.sbin/bootp/bootpd/bootpd.c @@ -22,7 +22,7 @@ SOFTWARE. #include #ifndef lint -__RCSID("$NetBSD: bootpd.c,v 1.11 1999/01/31 10:06:16 mrg Exp $"); +__RCSID("$NetBSD: bootpd.c,v 1.12 1999/01/31 19:12:27 briggs Exp $"); #endif /* @@ -849,7 +849,7 @@ HW addr type is IEEE 802. convert to %s and check again\n", if (*t == '\0') break; if (t - homedir < BP_FILE_LEN) { - report(LOG_INFO, "requested path length > BP_FILE_LEN file = \"%s\", nul terminating", homedir; + report(LOG_INFO, "requested path length > BP_FILE_LEN file = \"%s\", nul terminating", homedir); homedir[BP_FILE_LEN - 1] = '\0'; }