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

Fix typo in prev commit

parent eb16636a
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,7 @@ connection_close( Connection *c )
return;
assert( c->c_struct_state == SLAP_C_USED );
assert( c->c_struct_state == SLAP_C_CLOSING );
assert( c->c_conn_state == SLAP_C_CLOSING );
/* NOTE: c_mutex should be locked by caller */
......
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