Configparser: when we alocate an empty list, we also need to reset the counter; else...
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 5 Jun 2014 18:04:13 +0000 (20:04 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 20 Jun 2014 14:53:50 +0000 (16:53 +0200)
commit6207fce91a0933e852ec76fc31ca81ec00ffa04b
tree04a4d06064ac1ae83f1907acd33cc62490f9fdfb
parent6bd48f2346c5072dc22da58c7b7cd8e8ceb83fc5
Configparser: when we alocate an empty list, we also need to reset the counter; else we will trip over this later.
This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750440
src/configfile.c