mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Fix braino in last commit.
Not even sure how I got this commit in as it didn't even compile.
This commit is contained in:
parent
63ca8cabf9
commit
eaaeb9f30c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37612
@ -185,7 +185,7 @@ printf( "ddp_route: oops\n" );
|
||||
elh = mtod( m, struct elaphdr *);
|
||||
elh->el_snode = satosat( &aa->aa_addr )->sat_addr.s_node;
|
||||
elh->el_type = ELAP_DDPEXTEND;
|
||||
elh->el_dnode = gate->sat_addr.s_node;
|
||||
elh->el_dnode = gate.sat_addr.s_node;
|
||||
}
|
||||
ro->ro_rt->rt_use++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user