[Openvpn-devel] pool: remove useless 'options.h' include

Message ID 20200610090100.29738-1-a@unstable.cc
State Accepted
Headers show
Series [Openvpn-devel] pool: remove useless 'options.h' include | expand

Commit Message

Antonio Quartulli June 9, 2020, 11:01 p.m. UTC
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>
---
 src/openvpn/pool.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Gert Doering June 9, 2020, 11:23 p.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

"trivial and obviously correct"

Your patch has been applied to the master branch.

commit 28e395856c897b6f2dea441dbe5eb4a151d75b85
Author: Antonio Quartulli
Date:   Wed Jun 10 11:01:00 2020 +0200

     pool: remove useless 'options.h' include

     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>


--
kind regards,

Gert Doering

Patch

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"