From: Yann Ylavic Date: Mon, 20 Feb 2017 14:04:50 +0000 (+0000) Subject: Follow up to r1772919: update APLOGNO(). X-Git-Tag: 2.5.0-alpha~637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47daee15795dc85c7eb1dc93b2982371857d7a92;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1772919: update APLOGNO(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783765 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index c2d7b647679..b95ab72342a 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10007 +10008 diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index a7140e28cab..b0a96823da7 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"); } }