diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2013-04-25 21:55:29 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2013-04-25 21:55:29 +0000 |
| commit | 3944c1881df4cfb2b6bbd958fa6576ec780ec83e (patch) | |
| tree | 7b5bc59c377c1ac806a15c541fdd479b021d5381 | |
| parent | b99f9165eb8710b8a35f5973abd2d992fecda8a2 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 8d7ce79dcbbf..6108b26706b5 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -197,8 +197,8 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, hlen = ip->ip_hl << 2; } - dst = (struct sockaddr_in *)&ro->ro_dst; again: + dst = (struct sockaddr_in *)&ro->ro_dst; /* * If there is a cached route, * check that it is to the same destination |
