mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#4136 fix prev commit
This commit is contained in:
parent
2a24cbb5e8
commit
11f6938162
1 changed files with 5 additions and 3 deletions
|
|
@ -1895,9 +1895,11 @@ connection_input( Connection *conn )
|
|||
connection_op_queue( op );
|
||||
cri->op = op;
|
||||
} else {
|
||||
cri->nullop = 1;
|
||||
rc = ldap_pvt_thread_pool_submit( &connection_pool,
|
||||
connection_operation, (void *) cri->op );
|
||||
if ( !cri->nullop ) {
|
||||
cri->nullop = 1;
|
||||
rc = ldap_pvt_thread_pool_submit( &connection_pool,
|
||||
connection_operation, (void *) cri->op );
|
||||
}
|
||||
connection_op_activate( op );
|
||||
}
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue