Skip to content
Snippets Groups Projects
Commit f4eb2feb authored by Gary Williams's avatar Gary Williams
Browse files

use rd instead of i looking for listeners (line 848)

parent e892ebfc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment