Skip to content
Snippets Groups Projects
Commit b6fbfe85 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3463 additional fix

parent 014ee81c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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