• Max Kellermann's avatar
    conf: use bp->value, not param->value · 8bd7b5b6
    Max Kellermann authored
    A recent change to the boolean parser introduced a bug: instead of
    using the block_param's value with get_bool(), we passed param->value
    (which is always NULL in this case).
    8bd7b5b6
conf.c 12.4 KB