FreeBSD Bugzilla – Attachment 16925 Details for
Bug 30865
bootpd->readfile.c missing breaks in switch cause incorrect error report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 444 bytes, created by
Dan Lukes
on 2001-09-27 09:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dan Lukes
Created:
2001-09-27 09:00:02 UTC
Size:
444 bytes
patch
obsolete
>--- libexec/bootpd/readfile.c.orig Mon Mar 5 22:37:21 2001 >+++ libexec/bootpd/readfile.c Thu Sep 27 02:47:41 2001 >@@ -697,10 +697,12 @@ > 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",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30865
: 16925