commit | dbef6dc8e2e32160b9e826ca0f32b9a00bb759df | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 15 02:58:36 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Aug 15 02:58:36 2016 +0000 |
tree | daa6e2a3680132c682d608bc6d78fd02b2fa23f2 | |
parent | 3248205bb7ce1010aaf35c42101929fe585067ed [diff] [blame] |
table: Pit::erase accepts Entry* instead of shared_ptr refs #3164 Change-Id: I9ff47c80865da42b09870c632707dffd78ed76b9
diff --git a/daemon/fw/forwarder.cpp b/daemon/fw/forwarder.cpp index 89ce166..4fc9c38 100644 --- a/daemon/fw/forwarder.cpp +++ b/daemon/fw/forwarder.cpp
@@ -312,7 +312,7 @@ // PIT delete this->cancelUnsatisfyAndStragglerTimer(*pitEntry); - m_pit.erase(pitEntry); + m_pit.erase(pitEntry.get()); } void