mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
fix one typo and remove one wrong line
This commit is contained in:
parent
2699b91e48
commit
490b9d88fa
1 changed files with 1 additions and 2 deletions
|
|
@ -1234,10 +1234,9 @@ bad:
|
|||
* === On return ===
|
||||
* *dst is unchanged;
|
||||
* *lrt0 points to the (possibly new) route to the final destination
|
||||
* (NOTE: different meaning from what it was on input)
|
||||
* *lrt points to the route to the next hop
|
||||
*
|
||||
* Their values are meaningul ONLY if no error is returned.
|
||||
* Their values are meaningful ONLY if no error is returned.
|
||||
*/
|
||||
int
|
||||
rt_check(struct rtentry **lrt, struct rtentry **lrt0, struct sockaddr *dst)
|
||||
|
|
|
|||
Loading…
Reference in a new issue