]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1772919: update APLOGNO().
authorYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 14:04:50 +0000 (14:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 14:04:50 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783765 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/aaa/mod_auth_digest.c

index c2d7b647679465fbe81843ec7c135cc423814529..b95ab72342a65d3e487bde5f696453b7f48ff5ac 100644 (file)
@@ -1 +1 @@
-10007
+10008
index a7140e28cabe1643327f22dc038d28ebf14efb4a..b0a96823da78a5b58e966ea3c3d15c774aafba36 100644 (file)
@@ -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");
             }
         }