mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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
|
||||
|
||||
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 New Issue
Block a user