Use talloc_stackframe() not talloc_tos() in namequery.c
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Oct 2017 03:06:27 +0000 (16:06 +1300)
committerGarming Sam <garming@samba.org>
Mon, 20 Nov 2017 20:41:15 +0000 (21:41 +0100)
The pygpo code calls these functions but there was not stackframe set up so
tallos_tos() fails.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>

No differences found