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(a)gmail.com>
---
src/rpc/virnetserverclient.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John