
14 Nov
2018
14 Nov
'18
9:13 p.m.
On 11/14/18 12:49 PM, Julio Faracco wrote:
This is a simple removal of a duplicated check of the return of the filter function. There is a nested conditional checking exactly the same thing.
s/./ since commit c9ede1cf removed the (ret > 0) check condition./
Signed-off-by: Julio Faracco <jcfaracco@gmail.com> --- src/rpc/virnetserverclient.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John