On 10/06/2017 05:34 AM, Michal Privoznik wrote:
> On 10/05/2017 10:23 PM, John Ferlan wrote:
>> Rather than accessing privconn->pools.objs[i] in the for loop,
>> let's use an @obj variable to make it easier to read the code.
>>
>> Signed-off-by: John Ferlan
>> ---
>> src/test/test_driver.c | 30
On 10/05/2017 10:23 PM, John Ferlan wrote:
> Rather than accessing privconn->pools.objs[i] in the for loop,
> let's use an @obj variable to make it easier to read the code.
>
> Signed-off-by: John Ferlan
> ---
> src/test/test_driver.c | 30 --
> 1 file changed, 16 ins
Rather than accessing privconn->pools.objs[i] in the for loop,
let's use an @obj variable to make it easier to read the code.
Signed-off-by: John Ferlan
---
src/test/test_driver.c | 30 --
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/src/test/test_d