summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-15 13:48:09 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-08-15 13:48:09 -0400
commitf0d2be33170ba78ca7cd31d4dc11b880f372aa32 (patch)
tree0cec35832b2663099a1fb2038d02053d7bbdfe7b /lib/command.c
parent24a04145c553553e07f97d7c4e1c6daf68e5781c (diff)
bfdd: Fix `don't assign to value to ourself` compiler warning
We were attempting to get around a unused value by setting a variable to itself, but it runs afoul of a different compiler and a message about not setting a variable to itself. So let's mark the ttl value as unused. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
0 files changed, 0 insertions, 0 deletions