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/daemon/fw/client-control-strategy.cpp b/daemon/fw/client-control-strategy.cpp index 044e065..a73291b 100644 --- a/daemon/fw/client-control-strategy.cpp +++ b/daemon/fw/client-control-strategy.cpp
@@ -66,7 +66,7 @@ return; } - this->sendInterest(pitEntry, outFace); + this->sendInterest(pitEntry, *outFace); } } // namespace fw