]> granicus.if.org Git - apache/commit
* If APR_FINFO_NAME is added to the list of wanted information, apr_stat
authorRuediger Pluem <rpluem@apache.org>
Sat, 30 Dec 2006 20:07:14 +0000 (20:07 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 30 Dec 2006 20:07:14 +0000 (20:07 +0000)
commit36ca0ac7942b080492efb5b76bc256aab7d6cf58
tree7c1159bf1f6b0670d9ffbf3aa99675d4933b0328
parent57440b3ce98bfa736cbbdd00d7531f1891c9345a
* If APR_FINFO_NAME is added to the list of wanted information, apr_stat
  always returns APR_INCOMPLETE on Unix platforms in the case that the
  call to the native stat / lstat did not fail. So we can safely assume
  that the stat / lstat call has been successful in this case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@491297 13f79535-47bb-0310-9956-ffa450edef68
server/request.c