Merge remote-tracking branch 'origin/master'

This commit is contained in:
Johanna Amann 2019-06-20 20:24:38 -07:00
commit 9564651655
29 changed files with 142 additions and 448 deletions

View file

@ -1959,7 +1959,7 @@ Val* TableVal::DoClone(CloneState* state)
TableEntryVal* val;
while ( (val = tbl->NextEntry(key, cookie)) )
{
TableEntryVal* nval = val->Clone();
TableEntryVal* nval = val->Clone(state);
tv->AsNonConstTable()->Insert(key, nval);
if ( subnets )