From: David Lamparter Date: Wed, 20 May 2015 17:06:12 +0000 (+0200) Subject: isisd: always print adj->sysid (clang 3.6 warning) X-Git-Tag: frr-2.0-rc1~559 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f596f2102fd2f4ff15a54fbaa5532aeff6e47795;p=mirror%2Ffrr.git 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 ---