On Sun, 7 Sep 2003 [EMAIL PROTECTED] wrote:

>   +        if (apr_procattr_create(&procattr, rp->pool) != APR_SUCCESS) {
>   +            apr_file_printf(local_stderr,
>   +                            "apr_procattr_create failed for '%s'\n",
>   +                            rp->url[rp->current_url].responsescript);
>   +            return APR_EGENERAL;
>   +        }

Why do all of these return APR_EGENERAL rather than catching the
apr_status_t from the function that was called (apr_procattr_create in
this case) and returning that?  Is this just a flood thing I don't know
about?

--Cliff

Reply via email to