]> 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:21 +0000 (13:03 +0200)
commit79b045d03d1aa3bb1999211aa8fea95d03b2de2a
treec3b671473fcaf0afc191c84ce1cedd33f13ba26a
parentbef3c76b519c08a6f64db071b92199ce665027ef
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