]> git.ipfire.org Git - thirdparty/pdns.git/commit
Prevent launching identical backends 3817/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 4 May 2016 17:18:01 +0000 (19:18 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 10 May 2016 09:13:28 +0000 (11:13 +0200)
commitc52dd6afc57cd374e011e904804c0f07ef38104c
treeb50c891b5737f2360b3029143129f34f777f9fc8
parent89b45b67cb43df247c35ea90922c58c2664848f3
Prevent launching identical backends

This catches configuration bugs (mostly when includes are used) where a
line `launch=backend` and a line `launch+=backend` occur in the sum of
the configuration.

Closes #3615
pdns/dnsbackend.cc