MINOR: dns: duplicate entries in resolution wait queue for SRV records
authorBaptiste Assmann <bedis9@gmail.com>
Sat, 12 Aug 2017 07:03:06 +0000 (09:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Aug 2017 09:25:04 +0000 (11:25 +0200)
commit20433271709517c5988ef28d6145f2cfe0e61a74
treef39491d4419c2a50fff33788c2cf102ba69cabce
parent63a28110771ecb18b84409dab4fa1b7a17253e52
MINOR: dns: duplicate entries in resolution wait queue for SRV records

This loop is useless and duplicates entries into the resolution queue
for nothing.
Entries are already added a bit sooner in the same function.
src/cfgparse.c