chiark / gitweb /
admin: Fix premature close in a_bgrelease.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 Jan 2007 12:52:32 +0000 (12:52 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 1 Jan 2007 12:52:32 +0000 (12:52 +0000)
commit547a9c1391e2e286f0be2af127b804dbda3b22d8
tree33dc1a46d66bdcbe82bf6a57cc01bf15024650ef
parentc511e1f925da3e735fb494d522ae3ae0f17ab9ce
admin: Fix premature close in a_bgrelease.

The function incorrectly destroys the connection at the release of the
first background job after close; it should wait until they've all
finished.
server/admin.c