On Fri, Sep 06, 2002 at 09:35:56AM -0000, [EMAIL PROTECTED] wrote:
> + if (r->parsed_uri->hostname[0] == '\0') {
> + apr_file_printf (local_stderr, "Misformed URL '%s' -- can't find
> valid hostname.\n", r->uri);
> + exit (APR_EGENERAL);
> + }
Watch out for long lines (per previous email) and there are no spaces
between a function name and its arguments: "apr_file_printf (" vs.
"apr_file_printf(". -- justin
