mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
use rd instead of i looking for listeners (line 848)
This commit is contained in:
parent
e892ebfc5e
commit
f4eb2feba5
@ -845,7 +845,7 @@ slapd_daemon_task(
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
for ( l = 0; slap_listeners[l] != NULL; l++ ) {
|
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;
|
is_listener = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user