<p>This issue in on line 103 of the header where the check does not check to see if it has been passed an empty ipv4-address table. An empty table like this is invalid but will occur when dnsmasq fails.</p>

<pre><code>  uci:foreach("wireless", "wifi-iface",
                         function(s)
                                 if s and s.mode and s.mode == "adhoc" and s.network then
                                        local iface = conn:call("network.interface."..s.network, "status", {})
                                        if iface and iface["ipv4-address"] then
                                         if iface ~= nil and iface["ipv4-address"][1].address then
                                                 mesh_ip = iface["ipv4-address"][1].address
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/luci-theme-commotion/issues/16'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNTUyNTY0MCwiZGF0YSI6eyJpZCI6MjM3NzAxOTR9fQ==--064466a0bf06c3fe0bb507e15711a327c9a54503.gif' height='1' width='1'></p>