summaryrefslogtreecommitdiff
path: root/ripd/rip_errors.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-03-24 14:16:49 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-03-29 07:48:42 -0400
commit310ee917181873cafeff719262d58e1e67135c74 (patch)
tree6d7657db9ccf7bf9626d7efedb1d45bb256b8472 /ripd/rip_errors.c
parentfbdc605778b208f20a1b817fc710542760bb3b75 (diff)
zebra: Just set the variable for what is wanted in GR code
The info->do_delete variable was being set to true only when u.val was 1. The problem with this is that u.val is a union and the various ways that we can call this event causes different values to be written to the union value on the thread. This makes no sense. Just set the variable to what we want it to be when we need it to be true. Since it was only ever set during a thread_execute section. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd/rip_errors.c')
0 files changed, 0 insertions, 0 deletions