In the following lines from readwrite.c line 90, should the if()
conditional clause really be an assignment, or is it a typo?  It really
seems like it should be an equality test to me...

                rv = apr_get_os_error();
                if (rv = APR_FROM_OS_ERROR(ERROR_BROKEN_PIPE))
                    return APR_SUCCESS;

--Cliff


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


Reply via email to