]> git.ipfire.org Git - thirdparty/pdns.git/commit
with this commit we pretty up an otherwise bloody useless error on typing: newServer... 4632/head
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 25 Oct 2016 20:45:04 +0000 (22:45 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 25 Oct 2016 20:45:04 +0000 (22:45 +0200)
commit98bac6bc9f711dd841bd0868dc1c93679572c374
treec788ba86395b9a2a02ed03b0ec17b64923adb526
parente3f8bf8ff617f0b3f979ec37b3b9ed6ed716ffb9
with this commit we pretty up an otherwise bloody useless error on typing: newServer({"1.2.3.4", pool="primary"}). We do so in a pretty ugly way though.
The cause of the error is deep in the bowels of Lua and/or LuaWrapper. Even if we caught/fixed this error in a more karmic place, we'd still want to output
this error message. Also, dragons live there.
pdns/dnsdist-console.cc