fix initial object event sequence number
This commit is contained in:
parent
0611a9248c
commit
086c67f399
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue