Re: [Openvpn-devel] [PATCH] Remove push_reply_deferred variable

2020-07-02 Thread Lev Stipakov
Explanation makes sense - double checked that this is indeed the case. Compiled and smoke-tested. Acked-by: Lev Stipakov to 2. heinäk. 2020 klo 15.53 Arne Schwabe (a...@rfc2549.org) kirjoitti: > > The variable has no useful function (anymore?). > > There is only one place where this variable wa

[Openvpn-devel] [PATCH] Remove push_reply_deferred variable

2020-07-02 Thread Arne Schwabe
The variable has no useful function (anymore?). There is only one place where this variable was checked else if (!c->c2.push_reply_deferred && c->c2.context_auth == CAS_SUCCEEDED) This condition also depends on context_auth == CAS_SUCCEEDED but the only code path that sets context_auth = CAS