summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-11-25 23:03:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-11-25 23:03:06 +0000
commit7851e0648efea8ef1a71cb5fce036fae5f4ee278 (patch)
tree1cda258626121a04ee3e4cb5ef30ddb4f59bd3c7 /sys/netinet
parent8233eafc4b0de2ff245389b94bbe63c629f95b4e (diff)
move label to fix RAMDISK
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c4
1 files 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);