luci-app-olsr: handle empty result for non-status tables 1735/head
authorLars Kruse <lists@sumpfralle.de>
Sat, 7 Apr 2018 16:05:51 +0000 (18:05 +0200)
committerLars Kruse <lists@sumpfralle.de>
Fri, 2 Aug 2019 20:31:03 +0000 (22:31 +0200)
The response of the jsoninfo request may be non-empty (e.g. a linebreak
or just whitespace), but still yield "nil" after "json.decode".
This situation was already handled for the "status" request, but it
leads to a dictionary access against a "nil" value for all other tables.

Signed-off-by: Lars Kruse <lists@sumpfralle.de>

No differences found