error even if ldc->ldap != NULL.
PR 46076
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986974
13f79535-47bb-0310-9956-
ffa450edef68
mod_dav, mod_cache, mod_session: Fix Handling of requests without a path
segment. PR: 49246 [Mark Drayton, Jeff Trawick]
+ *) mod_ldap: Properly check the result returned by apr_ldap_init. PR 46076.
+ [Stefan Fritsch]
+
*) mod_rewrite: Log errors if rewrite map files cannot be opened. PR 49639.
[Stefan Fritsch]
if (result->rc) {
ldc->reason = result->reason;
+ ldc->bound = 0;
+ return result->rc;
}
if (NULL == ldc->ldap)