]> git.proxmox.com Git - mirror_frr.git/commit
pimd: fix incorrect bool returns
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 08:41:36 +0000 (11:41 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 27 Jul 2021 08:41:36 +0000 (11:41 +0300)
commite748f180f5823a8ac29564ee394ece961523e025
treea588d0342cf26201fc3ff617f2d6e48ed63772d3
parent53d7080980bb4e3bf6ef053673ebc560c5412103
pimd: fix incorrect bool returns

-1 is true when casted to bool.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
pimd/pim_igmp.c