mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
use rd instead of i looking for listeners (line 848)
This commit is contained in:
parent
e892ebfc5e
commit
f4eb2feba5
1 changed files with 1 additions and 1 deletions
|
|
@ -845,7 +845,7 @@ slapd_daemon_task(
|
|||
#endif
|
||||
|
||||
for ( l = 0; slap_listeners[l] != NULL; l++ ) {
|
||||
if ( i == slap_listeners[l]->sl_sd ) {
|
||||
if ( rd == slap_listeners[l]->sl_sd ) {
|
||||
is_listener = 1;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue