Kill previous commit as it isn't necessary.

This commit is contained in:
David Greenman 1995-01-26 03:56:20 +00:00
parent 6a1c735df7
commit 8eea120788
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5919

View file

@ -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 @@ tcp_output(tp)
}
}
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;
}