]> git.saurik.com Git - apt.git/commitdiff
do IsInstallOk call in MarkInstall unconditionally
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 11 Mar 2014 14:32:40 +0000 (15:32 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 23 Mar 2014 11:31:02 +0000 (12:31 +0100)
Hooked checks could be influenced by AutoInst as a lot can happen
between a call without and one with this bit set. The real cache-hit
check is above this call already. Individual hooked checks can then
inspect the state if they want to cache. Calling them multiple times
shouldn't be a problem either way.


No differences found