]> git.saurik.com Git - apt.git/commit - apt-pkg/cachefile.cc
cachefile.cc: Do not ignore return value of pkgDepCache::Init()
authorJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 08:48:59 +0000 (10:48 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 08:48:59 +0000 (10:48 +0200)
commit91e42c2b4e9a6e8c7c1db29e9d1606741d251ca0
treeb3eaf37da3a3b69e38e14981cfe19fa282c1eacf
parent7a139fa8bf2c18da54b5837c9290ba5b77e9c629
cachefile.cc: Do not ignore return value of pkgDepCache::Init()

Currently, this always returns true, but it might start returning
false at some point in the future...

Gbp-Dch: ignore
apt-pkg/cachefile.cc