patch-2.0.3 linux/net/ipv4/tcp_input.c
Next file: linux/CREDITS
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Jul 6 13:32:44 1996
- Orig file:
v2.0.2/linux/net/ipv4/tcp_input.c
- Orig date:
Sat Jul 6 12:07:14 1996
diff -u --recursive --new-file v2.0.2/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -1863,7 +1863,7 @@
* handle them locally, due to transparent proxying.
* Thus, narrow down the test to what is really meant.
*/
- if(th->rst || !th->syn || th->ack || (r = ip_chk_addr(daddr) == IS_BROADCAST || r == IS_MULTICAST))
+ if(th->rst || !th->syn || th->ack || (r = ip_chk_addr(daddr)) == IS_BROADCAST || r == IS_MULTICAST)
#else
if(th->rst || !th->syn || th->ack || ip_chk_addr(daddr)!=IS_MYADDR)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov