Skip to content
Snippets Groups Projects
Commit 570be43a authored by Anjan Chanda's avatar Anjan Chanda
Browse files

fix warn

parent 1df4be27
No related branches found
No related tags found
No related merge requests found
Pipeline #211317 passed
......@@ -356,7 +356,7 @@ void cntlr_update_sta_steer_data(struct controller *c, struct sta *s)
{
struct steer_sta *ss = s->steer_data;
struct node *n = NULL;
struct netif_radio *r;
struct netif_radio *r = NULL;
trace("%s:--->\n", __func__);
memset(&ss->target, 0, sizeof(struct steer_sta_target_bss));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment