]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use compound literals in mysql_options() call
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2020 15:15:43 +0000 (16:15 +0100)
committerMark Andrews <marka@isc.org>
Thu, 26 Mar 2020 22:05:46 +0000 (09:05 +1100)
commit2f3272ef8627aab6c745683ab02b26e13672a1eb
tree4b944b308ff67f3c770dc8f883f6f281d4d7242d
parent3387fa03e4f943969b5f2b2dcfa4a4e518768463
Use compound literals in mysql_options() call

Makes use of compound literals instead of using extra my_bool
variable just to hold "true/1" value.

(cherry picked from commit 715b7a7cec14e8ee18aef0d0362ae551476fbb1c)
contrib/dlz/drivers/dlz_mysql_driver.c
contrib/dlz/modules/mysql/dlz_mysql_dynamic.c
contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c