FreeBSD Bugzilla – Attachment 9734 Details for
Bug 19817
usbd broken, does not parse usbd.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
scott_long
on 2000-07-10 08:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
scott_long
Created:
2000-07-10 08:20:01 UTC
Size:
1.40 KB
patch
obsolete
>*** usbd.c.old Mon Jul 10 00:48:05 2000 >--- usbd.c Mon Jul 10 00:46:46 2000 >*************** >*** 516,528 **** > > /* Add it to the end of the list to preserve order */ > STAILQ_INSERT_TAIL(&actions, action, next); >- } > >! if (action == NULL) { >! line[len] = '\0'; /* XXX zero terminate */ >! fprintf(stderr, "%s:%d: Doesn't start with 'device' " >! "but '%s'\n", configfile, lineno, field); >! exit(2); > } > > for (i = 0; config_fields[i].name ; i++) { >--- 516,531 ---- > > /* Add it to the end of the list to preserve order */ > STAILQ_INSERT_TAIL(&actions, action, next); > >! if (action == NULL) { >! line[len] = '\0'; /* XXX zero terminate */! fprintf(stderr, "%s:%d: Doesn't start with " >! "'device' but '%s'\n", configfile, >! lineno, field); >! exit(2); >! } >! /* Break here so that the next line can be parsed */ >! break; > } > > for (i = 0; config_fields[i].name ; i++) {
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 19817
: 9734