On Tue, Jan 10, 2017 at 04:57:32PM +0000, Colin King wrote: > From: Colin Ian King <[email protected]> > > res is assigned to sizeof(ctx), however, this is unused and res > is updated later on without that assigned value to res ever being > used. Remove this redundant assignment. > > Fixes CoverityScan CID#1395546 "Unused value" > > Signed-off-by: Colin Ian King <[email protected]>
Thanks, applied.
- Ted

