Re: [Openvpn-devel] [PATCH] Support for disabled peer-id

2016-04-27 Thread Lev Stipakov
Yep, was a bit busy with other stuff last weeks. On 27.04.2016 11:16, Arne Schwabe wrote: I am just going through the patches. Lev, do you plan a follow up for this? Arne

Re: [Openvpn-devel] [PATCH] Support for disabled peer-id

2016-04-27 Thread Arne Schwabe
Am 09.10.15 um 16:39 schrieb Gert Doering: > Hi, > > On Fri, Oct 09, 2015 at 03:29:17PM +0300, Lev Stipakov wrote: >> + peer_id_disabled = peer_id == 0xFF; > > The general patch is fine, but while this line is technical correct, I don't > think we should do so... please add least add so

Re: [Openvpn-devel] [PATCH] Support for disabled peer-id

2015-10-09 Thread Gert Doering
Hi, On Fri, Oct 09, 2015 at 03:29:17PM +0300, Lev Stipakov wrote: > + peer_id_disabled = peer_id == 0xFF; The general patch is fine, but while this line is technical correct, I don't think we should do so... please add least add some brackets... peer_id_disabled = (peer_id =