Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
authorJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 19:43:50 +0000 (12:43 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 22:44:19 +0000 (15:44 -0700)
commit7a6beae68ee3f9a97e9e56f4e24a437839fb3e19
tree0d70aa3098c98cb3d9dd099e43ef5ace5a9c0f05
parentfe790f6cbc9b888a8d613cfb515f0d0c76daad47
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().

Callers already account for TC_HDR_SIZE, do not add it twice.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
lib/talloc/talloc.c