vcl: fix coverity warning
Change-Id: I08b0244ba8b0e8a463224b39e1f7b878ba8e4e6f Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:

committed by
Dave Barach

parent
c67cfd22be
commit
84db4087fa
@ -400,7 +400,7 @@ vtc_worker_loop (void *arg)
|
||||
}
|
||||
exit:
|
||||
vtinf ("Worker %d done ...", wrk->wrk_index);
|
||||
if (tsock->cfg.test != SOCK_TEST_TYPE_ECHO)
|
||||
if (wrk->cfg.test != SOCK_TEST_TYPE_ECHO)
|
||||
vtc_accumulate_stats (wrk, ctrl);
|
||||
sleep (1);
|
||||
vtc_worker_sessions_exit (wrk);
|
||||
|
Reference in New Issue
Block a user