commit | d3ae85dbad518da84d0ef5ba61b81108e40f84f3 | [log] [tgz] |
---|---|---|
author | ashiqopu <marahman@email.arizona.edu> | Sun Feb 17 02:29:55 2019 +0000 |
committer | ashiqopu <marahman@email.arizona.edu> | Mon Feb 18 00:07:10 2019 +0000 |
tree | 616bfa2b9931f1e6b0d7d1b9f93e378875fb9be4 | |
parent | 97e33024f29cdc428fc3906ff0123fa253e6f186 [diff] [blame] |
pit: add EndpointId field in in-record and out-record refs: #4842 Change-Id: Id4bca4ad9c2d7c8a2fd975c0b052fb9271b6e47d
diff --git a/daemon/table/cleanup.cpp b/daemon/table/cleanup.cpp index 5a45bf7..d45b363 100644 --- a/daemon/table/cleanup.cpp +++ b/daemon/table/cleanup.cpp
@@ -40,7 +40,7 @@ } for (const auto& pitEntry : nte.getPitEntries()) { - pit.deleteInOutRecords(pitEntry.get(), face); + pit.deleteInOutRecordsByFace(pitEntry.get(), face); } if (!nte.hasTableEntries()) {