vacuum: close fd leak 1.0.112b
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 4 Aug 2010 22:31:55 +0000 (08:01 +0930)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 5 Aug 2010 00:43:48 +0000 (10:43 +1000)
commitb4cb9a7163251828a1fd69a6ebb3ee370d7643e8
tree6401a093b8da10c615a94b693a75b05677868f1e
parenta5196c53be81879b2cda8abe27a9adfa2e12ee61
vacuum: close fd leak

Commit 517f05e42f17766b1e8db8f1f4789cbad968e304 "freeze: abort vacuuming
when we're going to freeze." introduced a file descriptor leak, because
the abortfd used to talk to the child wasn't closed.

Do this in the destructor.

CQ:S1019190
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
server/ctdb_vacuum.c