Re: [Openvpn-devel] [PATCH v2 2/4] Cleanup receive_auth_failed and simplify method

2022-08-19 Thread Heiko Hund
On Donnerstag, 18. August 2022 19:20:33 CEST Gert Doering wrote: > On Thu, Aug 18, 2022 at 04:39:07PM +0200, Heiko Hund wrote: > > On Freitag, 20. Mai 2022 23:32:48 CEST Arne Schwabe wrote: > > > Patch V2: remove uncessary ifdef/endif and unnecassary block > > > > Acked-by: Heiko Hund > > Thanks

Re: [Openvpn-devel] [PATCH v2 2/4] Cleanup receive_auth_failed and simplify method

2022-08-18 Thread Gert Doering
Hi, On Thu, Aug 18, 2022 at 04:39:07PM +0200, Heiko Hund wrote: > On Freitag, 20. Mai 2022 23:32:48 CEST Arne Schwabe wrote: > > This simplifies the buffer handling in the method and adds a quick > > return instead of wrapping the whole method in a if (pull) block > > > > Patch V2: remove uncessa

Re: [Openvpn-devel] [PATCH v2 2/4] Cleanup receive_auth_failed and simplify method

2022-08-18 Thread Heiko Hund
On Freitag, 20. Mai 2022 23:32:48 CEST Arne Schwabe wrote: > This simplifies the buffer handling in the method and adds a quick > return instead of wrapping the whole method in a if (pull) block > > Patch V2: remove uncessary ifdef/endif and unnecassary block Acked-by: Heiko Hund ___

Re: [Openvpn-devel] [PATCH v2 2/4] Cleanup receive_auth_failed and simplify method

2022-05-23 Thread Frank Lichtenheld
Acked-By: Frank Lichtenheld Best viewed with "git show -w" ;) AFAICT this is a good cleanup without any behavioral change. > Arne Schwabe hat am 20.05.2022 23:32 geschrieben: > This simplifies the buffer handling in the method and adds a quick > return instead of wrapping the whole method in a