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)
commit7863ff72724bbb84831d595ef60405072713c379
treea3b10859cebf177933e247215f9c9b08afe5f309
parent07dbee37f858b93c10fe5114fbe55e36ddb0d654
luci-app-olsr: handle empty result for non-status tables

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>
applications/luci-app-olsr/luasrc/controller/olsr.lua