FreeBSD Bugzilla – Attachment 7414 Details for
Bug 16098
If you syslogd -vv and get an unknown facility or pri -> dump
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 867 bytes, created by
Alan.Judge
on 2000-01-13 12:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan.Judge
Created:
2000-01-13 12:20:00 UTC
Size:
867 bytes
patch
obsolete
>Index: syslogd.c >=================================================================== >RCS file: /f5/misc/FreeBSD/cvs/src/usr.sbin/syslogd/syslogd.c,v >retrieving revision 1.46.2.4 >diff -u -r1.46.2.4 syslogd.c >--- syslogd.c 1999/08/29 15:48:31 1.46.2.4 >+++ syslogd.c 2000/01/13 12:01:16 >@@ -828,13 +828,13 @@ > if (LogFacPri > 1) { > CODE *c; > >- for (c = facilitynames; c; c++) { >+ for (c = facilitynames; c->c_name; c++) { > if (c->c_val == fac) { > f_s = c->c_name; > break; > } > } >- for (c = prioritynames; c; c++) { >+ for (c = prioritynames; c->c_name; c++) { > if (c->c_val == pri) { > p_s = c->c_name; > break;
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 16098
: 7414