]> git.saurik.com Git - apt.git/commit
debListParser: Do not validate Description-md5 for correctness twice
authorJulian Andres Klode <jak@debian.org>
Sun, 27 Dec 2015 02:33:12 +0000 (03:33 +0100)
committerJulian Andres Klode <jak@debian.org>
Sun, 27 Dec 2015 03:04:50 +0000 (04:04 +0100)
commit50b7dbc5a8d7d53b266636c9f1798df264dbe48f
tree0f78cfdd9aeb553f41343aa121f152970caaa4f5
parentfc8f1c22523ffc54f5440e19663aa1009b4126ca
debListParser: Do not validate Description-md5 for correctness twice

The Set() method returns false if the input is no hex number,
so simply use that.
apt-pkg/deb/deblistparser.cc