Fix bug in selective cloning.

This commit is contained in:
Zeke Medley 2019-07-16 15:15:05 -07:00
commit 1692be4c2d
83 changed files with 1461 additions and 1328 deletions

View file

@ -82,7 +82,6 @@ public:
BroObj()
{
ref_cnt = 1;
in_ser_cache = false;
notify_plugins = false;
// A bit of a hack. We'd like to associate location
@ -156,8 +155,6 @@ public:
~SuppressErrors() { --BroObj::suppress_errors; }
};
bool in_ser_cache;
protected:
Location* location; // all that matters in real estate