fix initial object event sequence number

This commit is contained in:
Felix Fietkau 2011-02-10 01:37:32 +01:00
parent 0611a9248c
commit 086c67f399

View file

@ -5,7 +5,7 @@ static struct avl_tree patterns;
static LIST_HEAD(catch_all);
static struct ubus_object *event_obj;
static int event_seq = 0;
static int obj_event_seq = 0;
static int obj_event_seq = 1;
enum evs_type {
EVS_PATTERN,