* [PATCH nft] payload: remove double-store
@ 2025-02-25 20:33 Florian Westphal
2025-02-25 23:11 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2025-02-25 20:33 UTC (permalink / raw)
To: netfilter-devel; +Cc: Florian Westphal
This assignment was duplicated.
Signed-off-by: Florian Westphal <fw@strlen.de>
---
src/payload.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/payload.c b/src/payload.c
index f8b192b5f2fa..eadc92efc0d7 100644
--- a/src/payload.c
+++ b/src/payload.c
@@ -353,7 +353,6 @@ void payload_init_raw(struct expr *expr, enum proto_bases base,
expr->payload.tmpl = &proto_th.templates[thf];
expr->payload.desc = &proto_th;
expr->dtype = &inet_service_type;
- expr->payload.desc = &proto_th;
break;
default:
break;
--
2.45.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH nft] payload: remove double-store
2025-02-25 20:33 [PATCH nft] payload: remove double-store Florian Westphal
@ 2025-02-25 23:11 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2025-02-25 23:11 UTC (permalink / raw)
To: Florian Westphal; +Cc: netfilter-devel
On Tue, Feb 25, 2025 at 09:33:30PM +0100, Florian Westphal wrote:
> This assignment was duplicated.
>
> Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-25 23:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 20:33 [PATCH nft] payload: remove double-store Florian Westphal
2025-02-25 23:11 ` Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.