]> git.ipfire.org Git - thirdparty/pdns.git/commit
Detach snmp thread to avoid trouble when trying to quit nicely. 9492/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Sep 2020 13:22:08 +0000 (15:22 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Sep 2020 13:26:27 +0000 (15:26 +0200)
commit7828c5a3af47f9eed7026bbf112e5fda9734c4fa
tree7acae1378b68468055f246a18c0373f4b028a896
parent9952ede2735a5eff76402afd580d5e38f756bb06
Detach snmp thread to avoid trouble when trying to quit nicely.

This avoids a case where the thread object and the RecursorSNMPAgent
object get destroyed in the wrong order.
pdns/snmp-agent.hh