]> granicus.if.org Git - apache/commit
When attempting to set the stale lock, we will pass try_lock twice. If we
authorGraham Leggett <minfrin@apache.org>
Thu, 27 Aug 2009 21:44:48 +0000 (21:44 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 27 Aug 2009 21:44:48 +0000 (21:44 +0000)
commit2e32dbe9b5a9f93cda405e9b21701889552783ab
treec5767c192d8791d7dc1f267a85ab936b0bcb1b89
parent9bdbce07f5ca3bf7729169a285c4ae3b1a9ff974
When attempting to set the stale lock, we will pass try_lock twice. If we
already have the lock the first time, we must also have the lock the second
time.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808649 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/cache_util.c