Skip to content

Commit

Permalink
Key storage settings are no longer cleared on delete
Browse files Browse the repository at this point in the history
Settings are set to defaults on init.
  • Loading branch information
Mika Leppänen committed May 22, 2020
1 parent bd388fc commit bd746da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/6LoWPAN/ws/ws_pae_key_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ void ws_pae_key_storage_init(void)

void ws_pae_key_storage_delete(void)
{
memset(&key_storage_params, 0, sizeof(key_storage_params_t));
ws_pae_key_storage_list_all_free();
}

Expand Down

0 comments on commit bd746da

Please sign in to comment.