]> granicus.if.org Git - pdns/commit
bind backend: pthread_mutex_t should be inited and destroyed and not be copied
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 27 Sep 2019 12:40:24 +0000 (14:40 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 27 Sep 2019 13:04:30 +0000 (15:04 +0200)
commit7fff09acbd57c41b28d6dfba7a55e561167ace1a
treea95fe44b377ffdd4377e3f5bb3a647232c7a0ec3
parentafe4790dc5b1169c6dc48125984ed2d54f11a21b
bind backend: pthread_mutex_t should be inited and destroyed and not be copied

To make our live easier, use a native C++ mutex.
Fixes #8161
modules/bindbackend/bindbackend2.cc
modules/bindbackend/bindbackend2.hh