talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)
authorStefan Metzmacher <metze@samba.org>
Thu, 31 Mar 2011 13:18:55 +0000 (15:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 8 Apr 2011 07:28:09 +0000 (09:28 +0200)
commitd39940113a24078bd563b0cfce4225648c632544
treeb8798223f9e96921d94bbba9666b0ba7ab297b83
parentab0a881bb4015d0b32f4f577f2bbd3ca72d31217
talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)

As this includes the padding to 16 bytes.

metze

Signed-off-By: Andrew Tridgell <tridge@samba.org>
lib/talloc/talloc.c