From 26e84031355bdc056c49b634a277179f23b95083 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 25 Nov 2021 23:03:05 +0000 Subject: [PATCH] move label to fix RAMDISK --- sys/netinet/tcp_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1