Generic Security Manager: remove peer csrk at disconnection

pull/6932/head
Vincent Coubard 2018-05-01 11:53:18 +01:00
parent 1ac95e105b
commit f90eacfd27
1 changed files with 2 additions and 0 deletions

View File

@ -875,6 +875,8 @@ void GenericSecurityManager::on_disconnected(
return;
}
_pal.remove_peer_csrk(connection);
_db.close_entry(cb->db_entry);
release_control_block(cb);