summaryrefslogtreecommitdiff
path: root/libexec/bootpd/getether.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-04 01:28:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-04 01:28:45 +0000
commitbe9efd564109424704e51418a70c2203ca26612b (patch)
tree1f6228726cf3571810378f96a250a61aebf9e93f /libexec/bootpd/getether.c
parent042260016e3e2663c3703c907b7d4a4c75d688bf (diff)
Notes
Diffstat (limited to 'libexec/bootpd/getether.c')
-rw-r--r--libexec/bootpd/getether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index da582e98ebfe..e894e53dc7e8 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -139,7 +139,7 @@ getether(ifname, eap)
ifc.ifc_buf = (caddr_t) ibuf;
if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0 ||
ifc.ifc_len < sizeof(struct ifreq)) {
- report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg);
+ report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
goto out;
}
/* Search interface configuration list for link layer address. */