]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add lognumber
authorRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2021 17:07:30 +0000 (17:07 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2021 17:07:30 +0000 (17:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885945 13f79535-47bb-0310-9956-ffa450edef68

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

index d78ac9c3ca2131a6e876c306adf2272b0b639381..48d94d2c375048d4a5804f310da10a275bfe1e8c 100644 (file)
@@ -1 +1 @@
-10263
+10264
index aed5b1eb049d4bc4953ac5b3f1061f7ec77018e5..a3353623f984ab1c6ef6928a7c132a32b7975836 100644 (file)
@@ -560,7 +560,7 @@ static authn_status authn_ldap_check_password(request_rec *r, const char *user,
      * problem.
      */
     if (!(*password)) {
-        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO()
+        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(10263)
                       "auth_ldap authenticate: empty password specified");
         return AUTH_DENIED;
     }