]> git.puffer.fish Git - matthieu/frr.git/commit
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)
commitf596f2102fd2f4ff15a54fbaa5532aeff6e47795
tree16774e103f1c9949e073121749329f472770410f
parent009a4a07ff1f8188c9e3e7ae39f08a0501653af7
isisd: always print adj->sysid (clang 3.6 warning)

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>