OSDN Git Service

Fix duplicate rule count modification.
authorSreeram Ramachandran <sreeram@google.com>
Tue, 10 Dec 2013 18:06:08 +0000 (10:06 -0800)
committerSreeram Ramachandran <sreeram@google.com>
Tue, 10 Dec 2013 18:06:08 +0000 (10:06 -0800)
commit6f502dd1c59b3c991466ef0b251eedcb95da2b93
tree70d267bab052fced5239b767874ae8bf5dfdde2d
parent0cf02a2dd4a66938c651e42d09f236eb52b245ba
Fix duplicate rule count modification.

ag/161626 introduced modifyRuleCount() to centralize rule count mutations, but
didn't remove the redundant block above the callsite in modifyRoute().

Change-Id: I5164ccf0d92041836166dcb5798be168276d3e7d
SecondaryTableController.cpp