mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 10:52:13 -04:00
This commit removes a superfluous call to isc_tlsctx_free() which was leading to double free() error in a case of a TLS listener creation failure. The call is superfluous because the TLS context object is supposed to be destroyed in ns_listenelt_destroy() only. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||