hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
Modified Files: connection.c 1.421 -> 1.422
Log Message: ITS#5835 tentative fix - remove bogus call to connection_close(). Note that with this change, all calls to connection_closing() and connection_close() always occur in pairs - probably the two functions should be collapsed into one.
Ugh, no, that's not true. connection_closing() is also called by itself in result.c if a write fails, and connection_resched() probably was supposed to catch that too. Need to study this a bit more.