mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
(ultimately?) fix ITS#2361
This commit is contained in:
parent
ed884fe0ee
commit
bfe6d806d9
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ dn_match_cleanup:;
|
|||
}
|
||||
|
||||
if ( b->a_sockurl_pat.bv_len ) {
|
||||
if ( !conn->c_listener_url.bv_val ) {
|
||||
if ( ! conn->c_listener ) {
|
||||
continue;
|
||||
}
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
Loading…
Reference in a new issue