On Tue, Nov 27, 2001 at 05:33:14PM -0000, [EMAIL PROTECTED] wrote:
<snip, snip>
> + return APR_ENAMETOOLONG;
> + }
> + maxlen = APR_PATH_MAX;
> + }
> + path = (char *)apr_palloc(p, maxlen);
>
> +
> +
> if (addpath[0] == '/')
> {
> /* Ignore the given root path, strip off leading
<snip, snip>Please don't add vertical spacing like this in a patch. -- justin
