]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing void in named_config_getdefault() definition
authorOndřej Surý <ondrej@isc.org>
Wed, 4 May 2022 10:59:04 +0000 (12:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 4 May 2022 11:03:51 +0000 (13:03 +0200)
commit7a8e6d67a5ab18778a80bc159b4e2837f724208e
tree5a8c475401c1ba1b359ccdeac83cd5bce08ec3aa
parentc76a6349ebc9d1b3ab3d6a47068cd570b99616f6
Add missing void in named_config_getdefault() definition

The named_config_getdefault() was missing void in the function
definition.  This broke clang-15 that didn't match the declaration that
had the void in the argument with the definition that hadn't.
bin/named/config.c