Re: [Openvpn-devel] [PATCH v4] Implement deferred auth for scripts

2021-03-10 Thread Gert Doering
Hi, On Thu, Mar 04, 2021 at 12:40:52PM +0100, Arne Schwabe wrote: > This patch also refactors the if condition that checks the result of > the authentication since that has become quite unreadable. It renames > s1/s2 and extracts some parts of the condition into individual variables > to make the

Re: [Openvpn-devel] [PATCH v4] Implement deferred auth for scripts

2021-03-04 Thread David Sommerseth
On 04/03/2021 12:40, Arne Schwabe wrote: This patch also refactors the if condition that checks the result of the authentication since that has become quite unreadable. It renames s1/s2 and extracts some parts of the condition into individual variables to make the condition better understandle P