Skip to content
Commit c4cdfcbe authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-app-samba4: prevent calling split() on array or null values



Since `uci.get()` may return null or array values, we cannot blindly call
split() on the result. Use the safe `L.toArray()` helper which is intended
to deal with such situations.

Also clean up whitespace while we're at.

Fixes: #5080
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 00d518d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment