commit b590a70f670d6cd6ccbc41d20f28b27a03aebef8 parent ef2164c645db970561be2d48e00f6606af5ec284 Author: Yersa Nordman <yersa@finwo.nl> Date: Fri, 13 Oct 2023 23:19:11 +0200 Add forgotten return causing double receive Diffstat:
| M | src/main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c @@ -123,6 +123,7 @@ void handle_packet_iface(struct pmlag_iface *iface) { perror("write"); return; } + return; } // Ignore our own packets (loop detected, may do something with it later)