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
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
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 =