From b298d167067a38cd2cdc863d4e0052de2a2701c0 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Thu, 10 Nov 2022 23:31:13 +1100 Subject: [PATCH] reorder Remote fields --- rrqnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrqnet.c b/rrqnet.c index 2bf5e39..739eff6 100644 --- a/rrqnet.c +++ b/rrqnet.c @@ -66,9 +66,9 @@ struct Allowed { // Details of actualized connections. struct Remote { struct SockAddr uaddr; // The remote IP address + struct SockAddr laddr; // The local IP address struct Allowed *spec; // Rule being instantiated struct timeval rec_when; // Last received packet time, in seconds - struct SockAddr laddr; // The local IP address }; // Details of an interface at a remote. -- 2.39.2