mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
rtsock.c: remove extraneous space
Submitted by: Neel Chauhan <neel AT neelc DOT org> Differential Revision: https://reviews.freebsd.org/D26249
This commit is contained in:
parent
5d6d106cf6
commit
4fa9815a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -2137,7 +2137,7 @@ static struct protosw routesw[] = {
|
|||
|
||||
static struct domain routedomain = {
|
||||
.dom_family = PF_ROUTE,
|
||||
.dom_name = "route",
|
||||
.dom_name = "route",
|
||||
.dom_protosw = routesw,
|
||||
.dom_protoswNPROTOSW = &routesw[nitems(routesw)]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue