summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-01-26 03:56:20 +0000
committerdg <dg@FreeBSD.org>1995-01-26 03:56:20 +0000
commit66f518c22e27cf3a02e21755309c815a9d262368 (patch)
treec19ff614878cee30fd1a4594f4df5cf40aa2f95d /sys/netinet/tcp_output.c
parentfb718a94a7274e27d9e0a15245b66e5319f7145b (diff)
downloadFreeBSD-src-66f518c22e27cf3a02e21755309c815a9d262368.zip
FreeBSD-src-66f518c22e27cf3a02e21755309c815a9d262368.tar.gz
Kill previous commit as it isn't necessary.
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 2035604..161baed 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.3 (Berkeley) 12/30/93
- * $Id: tcp_output.c,v 1.4 1995/01/23 17:58:27 davidg Exp $
+ * $Id: tcp_output.c,v 1.5 1995/01/24 08:03:22 davidg Exp $
*/
#include <sys/param.h>
@@ -157,11 +157,6 @@ again:
}
}
if (len > tp->t_maxseg) {
- /*
- * If there is still more to send, don't close the connection.
- */
- flags &= ~TH_FIN;
-
len = tp->t_maxseg;
sendalot = 1;
}
OpenPOWER on IntegriCloud