libubus: Fix reverse order processing of pending ubus notifications messages
authorHans Dedecker <dedeckeh@gmail.com>
Mon, 2 Nov 2015 10:16:11 +0000 (11:16 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Nov 2015 18:02:53 +0000 (19:02 +0100)
commit95648dadba44dd92fc919dddb10f39050500c629
tree8c7c4042d1d2a066d50144cc1c8d9f8db68ad872
parentd23b07a9ff999275c09957cb385e10cb729abd17
libubus: Fix reverse order processing of pending ubus notifications messages

Append ubus notification messages to the tail of the pending list
so they're processed in the order as they're put onto the pending list

Signed-off-by: Xinxing Hu <xinxing.huchn@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
libubus.c