proper fix applied, get rid of this kludge
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 13 May 1983 11:51:08 +0000 (03:51 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 13 May 1983 11:51:08 +0000 (03:51 -0800)
SCCS-vsn: sys/netinet/tcp_output.c 4.54

usr/src/sys/netinet/tcp_output.c

index 96184d2..ab8a9b9 100644 (file)
@@ -1,4 +1,4 @@
-/*     tcp_output.c    4.53    83/05/12        */
+/*     tcp_output.c    4.54    83/05/12        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -45,9 +45,6 @@ tcp_output(tp)
        unsigned optlen = 0;
        int sendalot;
 
        unsigned optlen = 0;
        int sendalot;
 
-
-       if (tp->t_state == TCPS_CLOSED)
-               return (EINVAL);
        /*
         * Determine length of data that should be transmitted,
         * and flags that will be used.
        /*
         * Determine length of data that should be transmitted,
         * and flags that will be used.