]> git.puffer.fish Git - mirror/frr.git/commit
Fix: reverse logic of when to pass the supplied group address 439/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 2 May 2017 17:15:06 +0000 (12:15 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 2 May 2017 17:15:06 +0000 (12:15 -0500)
commit846ef662920d838cd15a5e9b6b90f80ee16be5de
tree3e05813d5dab947ff473b9948a0289ae191db7de
parent20abb742ed41aa49cd4fa08b07203b308918fbb8
Fix: reverse logic of when to pass the supplied group address

   This was causing a crash when no group address was passed
   because a garbage pointer valuse was used. It also was ignoring
   the group address when passing one.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
pimd/pim_cmd.c