fix a traffic bug

dev
fengbojiang 2018-08-17 17:42:21 +08:00
parent 26b8f02738
commit 6a4ba90927
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;
}