move label to fix RAMDISK
authorderaadt <deraadt@openbsd.org>
Thu, 25 Nov 2021 23:03:05 +0000 (23:03 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 25 Nov 2021 23:03:05 +0000 (23:03 +0000)
sys/netinet/tcp_input.c

index 9b9c839..e674432 100644 (file)
@@ -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);