From 484dcfaa4057b43a262453de18b5e127a4920eb1 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 2 Dec 2025 15:02:04 +1100 Subject: flow: Remove bogus @path field from flowside_sock_args This was there when the structure was created, but never used. Looks like a copy-pasta error. Fixes: 781164e25bdf ("flow: Helper to create sockets based on flowside") Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- flow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/flow.c b/flow.c index 278a9cf..743860d 100644 --- a/flow.c +++ b/flow.c @@ -172,7 +172,6 @@ struct flowside_sock_args { enum epoll_type type; const struct sockaddr *sa; socklen_t sl; - const char *path; }; /** flowside_sock_splice() - Create and bind socket for PIF_SPLICE based on flowside -- cgit v1.2.3