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

2021-03-03 Thread David Sommerseth
On 26/02/2021 14:48, 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

[Openvpn-devel] [PATCH v3] Implement deferred auth for scripts

2021-02-26 Thread Arne Schwabe
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 Patch V2: add refactoring of the if conditio