]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
pool: remove useless 'options.h' include
authorAntonio Quartulli <a@unstable.cc>
Wed, 10 Jun 2020 09:01:00 +0000 (11:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 10 Jun 2020 09:22:04 +0000 (11:22 +0200)
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 <gert@greenie.muc.de>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200610090100.29738-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20011.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/pool.c

index 68fa4782f047319074f0fb2b0ff39f39fa5cab3f..370f6af75a6a13d7abeded915fbc82c5089af9dc 100644 (file)
@@ -34,7 +34,6 @@
 #include "error.h"
 #include "socket.h"
 #include "otime.h"
-#include "options.h"
 
 #include "memdbg.h"