* [EMAIL PROTECTED] wrote:

>        if (strcEQ(arg, "none") || strcEQ(arg, "no")) {
>            mc->nMutexMode  = SSL_MUTEXMODE_NONE;
>        }
>   +    /* NOTE: previously, 'yes' implied 'sem' */
>   +    else if (strcEQ(arg, "default") || strcEQ(arg, "yes")) {
>   +        mc->nMutexMode  = SSL_MUTEXMODE_USED;
>   +        mc->nMutexMech = APR_LOCK_DEFAULT;

ehm, sorry for that late response to that ;-)
But shouldn't we follow our own conventions and (at least also) recognize 
On|Off here (instead of yes/no)?

nd
-- 
>>> Muschelflucht-Zusatzeinrichtung.
>> Shell-Escape ist ja noch klar, aber `Zusatzeinrichtung'?
> extension?
Feature.                          -- gefunden in de.org.ccc

Reply via email to