]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: always print adj->sysid (clang 3.6 warning)
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 20 May 2015 17:06:12 +0000 (19:06 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 19:11:40 +0000 (15:11 -0400)
As any new compiler version, clang 3.6 has new warnings, one of these
being that it now warns for testing whether the address of an array will
be true.

Of course there is no point in this check for the sysid, so let's always
just print the sysid.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>

No differences found