summaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 11:27:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 11:27:36 +0000
commitea6314109081782f5fd94c5f5026a0a5d152dc80 (patch)
treeeb1216d4f8326bfcff7450b1d0f59a7c31ab891f /libexec/bootpd
parent85fe8d41240f43b4946bf219766bb2358eeab1b9 (diff)
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/hwaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index ed2c14caef1e..de264cc83a5f 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -201,7 +201,7 @@ setarp(s, ia, hafamily, haddr, halen)
snprintf(buf, sizeof(buf), "arp -d %s; arp -s %s %s temp",
a, a, haddrtoa(haddr, halen));
if (debug > 2)
- report(LOG_INFO, buf);
+ report(LOG_INFO, "%s", buf);
status = system(buf);
if (status)
report(LOG_ERR, "arp failed, exit code=0x%x", status);