Commit 6a8cd033 ("pool: add support for ifconfig-pool-persist with IPv6
only") has accidentally introduced an include for 'options.h', which
revealed to not be useful at all. Remove it.Reported-by: Gert Doering <[email protected]> Signed-off-by: Antonio Quartulli <[email protected]> --- src/openvpn/pool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openvpn/pool.c b/src/openvpn/pool.c index 68fa4782..370f6af7 100644 --- a/src/openvpn/pool.c +++ b/src/openvpn/pool.c @@ -34,7 +34,6 @@ #include "error.h" #include "socket.h" #include "otime.h" -#include "options.h" #include "memdbg.h" -- 2.27.0 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
