On 6 Jun 2001 [EMAIL PROTECTED] wrote:

>   If we don't have a lock and unlock function in an sms module then
>   it's not an error as this is allowed.  Add a comment to this effect
>   to make it clearer.
>
>        if (!mem_sys->lock_fn)
>   -        return APR_ENOTIMPL;
>   +        return APR_SUCCESS;
>
>        return mem_sys->lock_fn(mem_sys);

Ahh, that makes sense.  My bad.  Thanks, David.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to