mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#3463 additional fix
This commit is contained in:
parent
014ee81c34
commit
b6fbfe8540
1 changed files with 2 additions and 2 deletions
|
|
@ -1655,8 +1655,6 @@ int connection_write(ber_socket_t s)
|
|||
|
||||
c = connection_get( s );
|
||||
|
||||
slapd_clr_write( s, 0);
|
||||
|
||||
if( c == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"connection_write(%ld): no connection!\n",
|
||||
|
|
@ -1666,6 +1664,8 @@ int connection_write(ber_socket_t s)
|
|||
return -1;
|
||||
}
|
||||
|
||||
slapd_clr_write( s, 0);
|
||||
|
||||
c->c_n_write++;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue