t_tcpopt is gone
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 31 Jul 1987 04:53:06 +0000 (20:53 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Fri, 31 Jul 1987 04:53:06 +0000 (20:53 -0800)
SCCS-vsn: sys/netinet/tcp_subr.c 7.10

usr/src/sys/netinet/tcp_subr.c

index 798150e..ba3e04d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tcp_subr.c  7.9 (Berkeley) %G%
+ *     @(#)tcp_subr.c  7.10 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -228,8 +228,6 @@ tcp_close(tp)
        }
        if (tp->t_template)
                (void) m_free(dtom(tp->t_template));
        }
        if (tp->t_template)
                (void) m_free(dtom(tp->t_template));
-       if (tp->t_tcpopt)
-               (void) m_free(dtom(tp->t_tcpopt));
        (void) m_free(dtom(tp));
        inp->inp_ppcb = 0;
        soisdisconnected(so);
        (void) m_free(dtom(tp));
        inp->inp_ppcb = 0;
        soisdisconnected(so);