Skip to content

remove unnecessary 'true' and 'false' comparisons in boolean expressions

Evan Hunt requested to merge each-bool-conditionals into master

The change from isc_boolean_t to bool left some conditions behind with expressions like if (x == true). We can clean them up with coccinelle.

Edited by Evan Hunt

Merge request reports