Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just manipula...
authorJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 20:03:27 +0000 (13:03 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 Aug 2013 22:44:20 +0000 (15:44 -0700)
commit314508dd73105138d756f4ca3dfb65f1d368a9f7
treefde5a17acee1b69f69f20b9c10d470e4a88ee122
parent0fbcfcc824e474874c15d7c0b2ea0df408448906
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just manipulating pool members.

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