From: Ferry Huberts Date: Tue, 23 Oct 2012 09:35:11 +0000 (+0200) Subject: jsoninfo: remove pointless compare X-Git-Tag: v0.6.5~137 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=d6aff7a82ba2755b24ac053cb0012f6474657c9b;hp=d6aff7a82ba2755b24ac053cb0012f6474657c9b jsoninfo: remove pointless compare Coverity: CID 739666 (#1 of 1): Array compared against 0 (NO_EFFECT) Comparing an array to null is not useful: "linkpath != NULL". Signed-off-by: Ferry Huberts ---