mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
a299de85ab
lp_printername() takes a TALLOC_CTX argument, but proceeds to use talloc_tos() in a subsequent lp__printername call. Fix it to use the parameter - most callers use talloc_tos() as the argument, the others have a temporary context around. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> |
||
---|---|---|
.. | ||
loadparm_ctx.c | ||
loadparm.c | ||
pyparam.c | ||
service.c | ||
test_lp_load.c | ||
util.c | ||
wscript_build |