initialize iPolicyBrokenCount in DepCache::Update
authorWarren He <microrffr@gmail.com>
Fri, 29 Aug 2014 09:15:30 +0000 (11:15 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 29 Aug 2014 09:19:05 +0000 (11:19 +0200)
commitfb4c76436a88a04d1d9b7e9622e431ed8ab708a6
tree3d0713bd68415dc29e16db375d324827295ac442
parent244397512db2221f99b6ac9124b9b2e175ff3bae
initialize iPolicyBrokenCount in DepCache::Update

All other counters are correctly initialized here, expect this one. The
practical effect is low as in apt we usually just do "!= 0" checks, but
only correct counters are good counters.

Closes: 758397
apt-pkg/depcache.cc