From af7268d8ebf5b1050ec218124122758e111b35a3 Mon Sep 17 00:00:00 2001 From: jmg Date: Mon, 6 Sep 2004 15:48:38 +0000 Subject: revert comment from rev1.158 now that rev1.225 backed it out.. MFC after: 3 days --- sys/netinet/ip_output.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/netinet/ip_output.c') 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. */ -- cgit v1.1