git: be425fcdc63c - stable/14 - ip_output(): style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 00:48:54 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=be425fcdc63c208ba3ede7a9179529699e5e0e08
commit be425fcdc63c208ba3ede7a9179529699e5e0e08
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-03-06 17:59:44 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-03-17 00:48:33 +0000
ip_output(): style
(cherry picked from commit 394605c057ade77775e1f9975e278dbb7693f44f)
---
sys/netinet/ip_output.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 617719359ea5..66051c9c711c 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -860,7 +860,7 @@ no_ipsec:;
done:
return (error);
- bad:
+bad:
m_freem(m);
goto done;
}