libubus: restore uloop_cancelled on timeout
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 15 Sep 2014 12:42:09 +0000 (15:42 +0300)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 15 Sep 2014 13:48:54 +0000 (15:48 +0200)
commite52db46c9c5d8eabe5abaccf28468c6e0b99be95
tree2fcfa684038a09bf434bc355f77960c9aa3ff77f
parent9562291f688afb5c32cfbd918812e0fc560e5d63
libubus: restore uloop_cancelled on timeout

Context: 1 loop with a single ubus_invoke() that times out calls
uloop_end() which ends the loop, and thus ends the application.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
libubus-req.c