Skip to content

Pass task_test also with threads disabled

Petr Menšík requested to merge pemensik/bind9:nothread-tast_test into v9_11

Condition cv is declared only when threads are used. Use it only in that case. Test compiles and passes without thread support also.

Merge request reports