Skip to content

Commit

Permalink
Increment iterator.
Browse files Browse the repository at this point in the history
Change-Id: I11967402abbd27fd506829426dbaca59930c034a
Closes-bug: 1551503
  • Loading branch information
manishsing committed Mar 15, 2016
1 parent ab5cfb9 commit 1628108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vnsw/agent/pkt/flow_mgmt.cc
Expand Up @@ -323,6 +323,7 @@ void BgpAsAServiceFlowMgmtTree::DeleteAll() {
BgpAsAServiceFlowMgmtKey *key =
static_cast<BgpAsAServiceFlowMgmtKey *>(it->first);
mgr_->BgpAsAServiceNotify(key->uuid(), key->source_port());
it++;
}
}

Expand Down

0 comments on commit 1628108

Please sign in to comment.