fix a traffic bug

This commit is contained in:
fengbojiang 2018-08-17 17:42:21 +08:00
parent 03df98dea2
commit 5a73eef15f
1 changed files with 1 additions and 2 deletions

View File

@ -1130,11 +1130,10 @@ handle_route_msg(struct ff_msg *msg)
}
}
static struct ff_top_args ff_status;
static inline void
handle_top_msg(struct ff_msg *msg)
{
msg->top = ff_status;
msg->top = ff_top_status;
msg->result = 0;
}