On Donnerstag, 17. Februar 2022 19:22:34 CEST Arne Schwabe wrote:

> @@ -590,6 +590,7 @@ init_query_passwords(const struct context *c)
>      /* Auth user/pass input */
>      if (c->options.auth_user_pass_file)
>      {
> +        enable_auth_user_pass();
>  #ifdef ENABLE_MANAGEMENT
>          auth_user_pass_setup(c->options.auth_user_pass_file,
> &c->options.sc_info); #else

This should be inside the #ifdef to do exactly the same as before, i.e. 
doesn't introduce side effects potentially. But then we want to get rid of 
ENABLE_MANAGEMENT soonish, thus it may not matter.

Acked-by: Heiko Hund <[email protected]>




_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to