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

2021-04-15 Thread Antonio Quartulli
Hi, On 07/04/2021 17:49, 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 unde

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

2021-04-07 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