fixed realloc bug
authorAndrew Tridgell <tridge@samba.org>
Thu, 8 May 2008 09:59:24 +0000 (19:59 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 8 May 2008 09:59:24 +0000 (19:59 +1000)
commitcb14ee57dd0a589242da1ac2830bb7939df460a5
tree1bc3bfae79cf7d3a233d3086d81a1f1204a25d9b
parent17b1e3b2d72c453a0b2f5a783c28f9dd17334620
fixed realloc bug

Should always use type safe talloc functions when possible. In this case we were allocating bytes instead of uint32_t
server/ctdb_recoverd.c