mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
34eab45cba
When reloading zones, named first creates new zone instance and then shuts down the old instance. Since ldb layer, keeps the same LDB open, talloc_free() on samdb handle, causes talloc "access after use" error. This patch keeps only single context (dlz_bind9_data) and uses reference counting to decide when to actually free the context. Since samdb handle is reused, use talloc_unlink() instead of talloc_free() on samdb handle. |
||
---|---|---|
.. | ||
dlz_bind9.c | ||
dlz_minimal.h | ||
dns_query.c | ||
dns_server.c | ||
dns_server.h | ||
dns_update.c | ||
dns_update.h | ||
dns_utils.c | ||
TODO | ||
wscript_build |