]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove redundant lt_dlerror() calls
authorOndřej Surý <ondrej@sury.org>
Mon, 26 Oct 2020 10:14:49 +0000 (11:14 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 28 Oct 2020 14:48:58 +0000 (15:48 +0100)
commit0f49b02fc5bf9d8dba30cb9768aab366008bbd9e
tree2cb7c0da440d40c584ff88f835fef9af8338ef2f
parente06972eb2fcc0207f524583cb666b0346f6e31b2
Remove redundant lt_dlerror() calls

The redundant lt_dlerror() calls were taken from the examples to clean
any previous errors from lt_dl...() calls.  However upon code
inspection, it was discovered there are no such paths that could cause
the lt_dlerror() to return spurious error messages.
bin/named/unix/dlz_dlopen_driver.c
lib/dns/dyndb.c
lib/ns/hooks.c