Deferred attach: create the timed event as a child context of the da context we want... 1.3
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 16 Mar 2011 03:55:58 +0000 (14:55 +1100)
committerRonnie Sahlberg <sahlberg@lenovo-laptop.(none)>
Wed, 16 Mar 2011 05:08:34 +0000 (16:08 +1100)
commit4676c4926b48287908ebcc8e3a8c717a744aa48d
tree182acd305fe390162c9b5e6715cbe4bdfb903113
parent71fd639a730b8e643d9d4aef45154a110a3f9b0e
Deferred attach: create the timed event as a child context of the da context we want to delete.
Othwervise the da context can be timed out and talloc_free()d
but the event for this already freed object will still trigger,
causing a talloc error and shutdown.

CQ S1022515
server/ctdb_ltdb_server.c