mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
sl_busy is used as a boolean so just set it, don't increment it
This commit is contained in:
parent
a9701ef5a0
commit
0ae659ad87
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue