aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/pool.c
diff options
context:
space:
mode:
authorAntonio Quartulli2020-06-10 11:01:00 +0200
committerGert Doering2020-06-10 11:22:04 +0200
commit28e395856c897b6f2dea441dbe5eb4a151d75b85 (patch)
treea731a7fa3f72d15085559c9d947de4ed1f896db0 /src/openvpn/pool.c
parente7c0cd996f35965172c5def9531b6ab9ca10c389 (diff)
downloadopenvpn-28e395856c897b6f2dea441dbe5eb4a151d75b85.zip
openvpn-28e395856c897b6f2dea441dbe5eb4a151d75b85.tar.gz
pool: remove useless 'options.h' include
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>
Diffstat (limited to 'src/openvpn/pool.c')
-rw-r--r--src/openvpn/pool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvpn/pool.c b/src/openvpn/pool.c
index 68fa478..370f6af 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"