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/fw/ncc-strategy.cpp b/daemon/fw/ncc-strategy.cpp index 9a16897..778ed2b 100644 --- a/daemon/fw/ncc-strategy.cpp +++ b/daemon/fw/ncc-strategy.cpp
@@ -143,7 +143,7 @@ if (pitEntry == nullptr) { return; } - auto inRecord = pitEntry->getInRecord(*inFace); + auto inRecord = pitEntry->getInRecord(*inFace, 0); if (inRecord == pitEntry->in_end()) { return; }