diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-09-29 10:31:28 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-09-29 10:31:28 +0000 |
| commit | c2c0f1952e555d7e402c8e7d727be034a7b6ccc4 (patch) | |
| tree | 788d759d78c580572b0995a0c0781eafe680c77e /libexec/bootpd | |
| parent | a3c9f0dc113866d15362503d3cf28e2237b45ce4 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd')
| -rw-r--r-- | libexec/bootpd/readfile.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index a46f9e5dbe79..78c5e23a4789 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -697,10 +697,12 @@ process_entry(host, src) break; case E_BAD_PATHNAME: msg = "bad pathname (need leading '/')"; + break; case E_BAD_VALUE: msg = "bad value"; + break; default: - msg = "unkown error"; + msg = "unknown error"; break; } /* switch */ report(LOG_ERR, "in entry named \"%s\", symbol \"%s\": %s", |
