summaryrefslogtreecommitdiff
path: root/modules/aaa
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-02-20 14:04:50 +0000
committerYann Ylavic <ylavic@apache.org>2017-02-20 14:04:50 +0000
commit47daee15795dc85c7eb1dc93b2982371857d7a92 (patch)
tree541c56549dee17d3b12428ba6b0179c09953661a /modules/aaa
parent4c670d171590bd0dd001f3cfc0f83e26970f3c7a (diff)
downloadhttpd-47daee15795dc85c7eb1dc93b2982371857d7a92.tar.gz
Follow up to r1772919: update APLOGNO().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r--modules/aaa/mod_auth_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c
index a7140e28ca..b0a96823da 100644
--- a/modules/aaa/mod_auth_digest.c
+++ b/modules/aaa/mod_auth_digest.c
@@ -829,7 +829,7 @@ static long gc(server_rec *s)
if (err) {
/* Nothing we can really do but log... */
- ap_log_error(APLOG_MARK, APLOG_ERR, err, s, APLOGNO()
+ ap_log_error(APLOG_MARK, APLOG_ERR, err, s, APLOGNO(10007)
"Failed to free auth_digest client allocation");
}
}