--- request.c.orig 2005-09-23 07:02:19.000000000 -0700 +++ request.c 2005-09-23 07:02:47.000000000 -0700 @@ -376,7 +376,7 @@ * owner of the symlink, then get the info of the target. */ if (!(lfi->valid & APR_FINFO_OWNER)) { - if ((res = apr_lstat(&fi, d, lfi->valid | APR_FINFO_OWNER, p)) + if ((res = apr_lstat(lfi, d, lfi->valid | APR_FINFO_OWNER, p)) != APR_SUCCESS) { return HTTP_FORBIDDEN; }