Hi,

On 14/07/2022 22:14, Gert Doering wrote:
Hi,

On Fri, Jun 24, 2022 at 10:37:56AM +0200, Antonio Quartulli wrote:
diff --git a/src/openvpn/init.c b/src/openvpn/init.c
index b0a4b252..091cbd24 100644
--- a/src/openvpn/init.c
+++ b/src/openvpn/init.c
@@ -2219,6 +2219,19 @@ do_deferred_p2p_ncp(struct context *c)
      return true;
  }
+
+static bool
+check_dco_pull_options(struct options *o)
+{

Nitpicking a bit - the "other" DCO option check functions are in dco.c
(not yet, but in the patches leading up to this), so why is this one in
init.c?

good point. will move it to dco.c and send v2

Cheers,


gert

--
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to