Re: [Openvpn-devel] [PATCH v7 6/7] Sent indication that a session is expired to clients

2019-09-18 Thread David Sommerseth
On 17/09/2019 14:11, Arne Schwabe wrote: > From: Arne Schwabe > > This allows OpenVPN 3 core to fall back to the original authentication > method. > > This commit changes man_def_auth_set_client_reason to > auth_set_client_reason since it now used in more contexts. > > Also remove a FIXME about

[Openvpn-devel] [PATCH v7 6/7] Sent indication that a session is expired to clients

2019-09-17 Thread Arne Schwabe
From: Arne Schwabe This allows OpenVPN 3 core to fall back to the original authentication method. This commit changes man_def_auth_set_client_reason to auth_set_client_reason since it now used in more contexts. Also remove a FIXME about client_reason not being freed, as it is freed in tls_multi