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:
Julian Elischer 1998-07-13 06:34:02 +00:00
parent 63ca8cabf9
commit eaaeb9f30c

View File

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