commit | 19ed526eab33728723e25f2727f60f41d3533503 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Wed May 20 19:06:12 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed May 27 20:34:41 2015 +0200 |
tree | 6b3dcfd5ee8be8148e0a85454305ae4ef0867adf | |
parent | 90d313578f035110422799ca2e188d745ceb3733 [diff] |
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>