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 9, 2016
1 parent 0731fac commit 2439dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vnsw/agent/pkt/flow_mgmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,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 2439dc0

Please sign in to comment.