commit | f5409d434ac7e0294dc1d27bd6c16157c4d82977 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 17 02:47:12 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 17 02:47:12 2016 +0000 |
tree | 53280ace3bb8f01bb9abfbc79a67dcecf63141db | |
parent | 1c2c6c45e292599600c4bb7451e703c77b610626 [diff] [blame] |
table: Pit::deleteInOutRecords accepts Entry* instead of shared_ptr refs #3164 Change-Id: I512da6200d4d744d5631fc78900795d19ad5dd52
diff --git a/daemon/table/cleanup.cpp b/daemon/table/cleanup.cpp index c31ccc4..104bdf1 100644 --- a/daemon/table/cleanup.cpp +++ b/daemon/table/cleanup.cpp
@@ -40,7 +40,7 @@ } for (const auto& pitEntry : nte.getPitEntries()) { - pit.deleteInOutRecords(pitEntry, face); + pit.deleteInOutRecords(pitEntry.get(), face); } if (!nte.hasTableEntries()) {