lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2016 22:46:37 +0000 (15:46 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 3 Jul 2016 12:26:17 +0000 (14:26 +0200)
commit94a72849fa5be82c785f71ab58b8e813c94c51cd
tree3ae53281bd4d108334950a2a6db3f46b4c2d57a0
parentc6d458ef6eca00b6a65ed2fb32b002483154033c
lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()

Rename 'ptc' pointer to parent as it's re-used as
that name later in the function.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/talloc/talloc.c