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
@ -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