Messages in this thread Patch in this message |  | | Date | Sun, 28 Jul 1996 18:32:46 -0400 (EDT) | From | Jon Lewis <> | Subject | small patch |
| |
This should probably be added into 2.0.next
--- net/ipv4/tcp_input.c.orig Sat Jul 6 06:32:44 1996 +++ net/ipv4/tcp_input.c Sun Jul 28 18:30:30 1996 @@ -1295,7 +1295,7 @@ * and lost it from the queue before * changing the ack properly]. */ - printk(KERN_ERR "Lost timer or fin packet in tcp_fin."); + printk(KERN_ERR "Lost timer or fin packet in tcp_fin.\n"); } } tcp_set_state(sk,TCP_CLOSING);
------------------------------------------------------------------ Jon Lewis | Mime attachments are OK jlewis@inorganic5.fdt.net | But please ask before sending http://inorganic5.fdt.net | unsolicited huge files. ________Finger jlewis@inorganic5.fdt.net for PGP public key_______
|  |