[email protected] wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapdModified 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.
-- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
