[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0 of 6 V1] Counters
[Thread Prev] | [Thread Next]
- Subject: Re: [PATCH 0 of 6 V1] Counters
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 10 Feb 2014 18:40:12 +0100
- To: libssh@xxxxxxxxxx
On Monday 10 February 2014 17:00:07 Aris Adamantiadis wrote: > - code style: please replace > if (session->packet_counter) > with > if (session->packet_counter != NULL) > where possible. Please use always brackets { } !!! -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
Re: [PATCH 0 of 6 V1] Counters | Aris Adamantiadis <aris@xxxxxxxxxxxx> |