ctdb-conn: add missing variable initialization
authorRalph Wuerthner <ralph.wuerthner@de.ibm.com>
Mon, 10 Oct 2016 14:26:05 +0000 (16:26 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 10 Oct 2016 20:35:37 +0000 (22:35 +0200)
commit4194c0797f78293fe48105ce5af70f36a3c233a8
tree5f41c2d566969329eee1b212bc157369096cfa09
parent34d98a80a85e35e3d67a0b7e5188245a17551c17
ctdb-conn: add missing variable initialization

Avoid potential crash in TALLOC_FREE(hdr).

Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/ctdbd_conn.c