stop skipping "-----" sections in Release files
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 7 Aug 2013 14:40:39 +0000 (16:40 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 8 Aug 2013 13:23:56 +0000 (15:23 +0200)
commit91c4cc14d3654636edf997d23852f05ad3de4853
tree7cfd71961d457a66d0ccce551ee1cbdec2755db1
parent1680800209dc85387c4c2da9a1edfcde44f87807
stop skipping "-----" sections in Release files

The file we read will always be a Release file as the clearsign is
stripped earlier in this method, so this check is just wasting CPU
Its also removing the risk that this could ever be part of a valid
section, even if I can't imagine how that should be valid.

Git-Dch: Ignore
apt-pkg/indexrecords.cc