Skip to content

Initialize the main thread trampoline for Windows Service process

Evan Hunt requested to merge 2837-windows-service-isc-trampoline-v9_16 into v9_16

When BIND is running as a Windows Service the ISC library's initialization initiated by the DLLMain loading procedure are happening under the Windows Service Manager thread instead of BIND's main thread.

This merge request will make sure that BIND's main thread trampoline has been initialized.

Closes #2837 (closed)

Edited by Ondřej Surý

Merge request reports