Skip to content
Snippets Groups Projects
Commit a3f40e56 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

sl_busy is used as a boolean so just set it, don't increment it

parent 90df62f9
No related branches found
No related tags found
No related merge requests found
......@@ -2098,7 +2098,7 @@ slap_listener_activate(
Debug( LDAP_DEBUG_TRACE, "slap_listener_activate(%d): %s\n",
sl->sl_sd, sl->sl_busy ? "busy" : "", 0 );
sl->sl_busy++;
sl->sl_busy = 1;
rc = ldap_pvt_thread_pool_submit( &connection_pool,
slap_listener_thread, (void *) sl );
......
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