]> granicus.if.org Git - pgbouncer/commit
fix crash when using auth_conn and something times out during login
authorCody Cutrer <cody@instructure.com>
Thu, 29 Aug 2013 14:39:26 +0000 (08:39 -0600)
committerCody Cutrer <cody@instructure.com>
Mon, 7 Oct 2013 21:34:51 +0000 (15:34 -0600)
commit5653a2be07fca031db22d8ee2d6238cd5de8f88a
tree8fb2fc0c4e32492aa5c26e69d4e6769790a83f64
parente21c127a8dbfeab21cacdb3647d8ae058deeb488
fix crash when using auth_conn and something times out during login

a client can be linked when in CL_LOGIN due to doing the auth query,
so be prepared to close the associated server as well.
src/objects.c