commit | a6de4290c82e9ad6374e998995cfe955e774d43c | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 12 02:08:10 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 12 02:08:10 2016 +0000 |
tree | cf27dd2cbefa8d43b2349c1419ca07a97460be33 | |
parent | 8d843148d2619db0593e721596014ae7eca1b6be [diff] [blame] |
table: don't use shared_ptr in FIB refs #3164 Change-Id: I5b5eb47d60f6bf5b6389c32ac840f793767e4334
diff --git a/tests/daemon/fw/dummy-strategy.hpp b/tests/daemon/fw/dummy-strategy.hpp index ca6a858..17831fd 100644 --- a/tests/daemon/fw/dummy-strategy.hpp +++ b/tests/daemon/fw/dummy-strategy.hpp
@@ -63,7 +63,7 @@ } if (interestOutFace) { - this->sendInterest(pitEntry, interestOutFace); + this->sendInterest(pitEntry, *interestOutFace); } else { this->rejectPendingInterest(pitEntry);