Fix typo in prev commit

This commit is contained in:
Howard Chu 2006-10-17 19:45:55 +00:00
parent eb16636abe
commit 9a3138cb55

View file

@ -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 */