mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Return 0 from attach.
Submitted by: mihira-san <sanpei@sanpei.org>
This commit is contained in:
parent
87150cb06d
commit
f490231eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ xe_attach (device_t dev) {
|
|||
bpfattach(scp->ifp, DLT_EN10MB, sizeof(struct ether_header));
|
||||
|
||||
/* Done */
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue