From: deraadt Date: Thu, 25 Nov 2021 23:03:05 +0000 (+0000) Subject: move label to fix RAMDISK X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=26e84031355bdc056c49b634a277179f23b95083;p=openbsd move label to fix RAMDISK --- diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 9b9c8390f4b..e6744326243 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.371 2021/11/25 13:46:02 bluhm Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.372 2021/11/25 23:03:05 deraadt Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -2275,8 +2275,8 @@ tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th, return (0); - bad: #ifdef TCP_SIGNATURE + bad: tdb_unref(tdb); #endif /* TCP_SIGNATURE */ return (-1);