mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Remove PersistenceSerializer.
This commit is contained in:
parent
61c84a0a40
commit
ca1b1dd6bb
15 changed files with 5 additions and 830 deletions
|
@ -508,8 +508,6 @@ bool Serializer::UnserializeConnection(UnserialInfo* info)
|
|||
|
||||
if ( info->install_conns )
|
||||
{
|
||||
if ( c->IsPersistent() && c->Key() )
|
||||
persistence_serializer->Register(c);
|
||||
Ref(c);
|
||||
sessions->Insert(c);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue