From: Bart V. A. <bva...@us...> - 2022-07-05 18:28:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Net-SNMP". The branch, master has been updated 924e780801fc1bcbeef204ae4992783431c7be3e -> 023e8ac42016e798dccdf5084485656f8e536283 commit 924e780801fc1bcbeef204ae4992783431c7be3e Author: Bart Van Assche <bva...@ac...> Date: Tue Jul 5 09:21:26 2022 -0700 snmptrapd: Rework support for old MySQL versions Older versions of MySQL had to be initialized by calling MY_INIT() while newer versions have to be initialized by calling mysql_init(). Only include the old header files if mysql_init() is not supported. See also https://github.com/net-snmp/net-snmp/issues/433 Summary of changes: apps/snmptrapd_sql.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Net-SNMP |