diff options
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r-- | sys/netinet/ip_output.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index abc2055..025f446 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -352,9 +352,7 @@ again: #ifndef notdef /* * If the source address is not specified yet, use the address - * of the outoing interface. In case, keep note we did that, so - * if the the firewall changes the next-hop causing the output - * interface to change, we can fix that. + * of the outoing interface. */ if (ip->ip_src.s_addr == INADDR_ANY) { /* Interface may have no addresses. */ |