ubus: avoid dumping interface state with NULL message
authorJo-Philipp Wich <jo@mein.io>
Thu, 26 Jul 2018 12:26:37 +0000 (14:26 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 26 Jul 2018 12:26:37 +0000 (14:26 +0200)
commit44cce3169a961727b1f046b786e7995ffb26a957
tree580e33c9df1b8818ebdbbc1aef393fe34f8b4ea7
parent345bba0889ae9deeac4ca805ebc3f0661b4b3988
ubus: avoid dumping interface state with NULL message

Invoking ubus methods with NULL message is not supported anymore, so
make sure that network.interface/dump is called with an empty blob buffer
argument.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
src/ubus.c