s4: auth: Add TALLOC_CTX * to auth_register()
commit34f616fc6f48a4182f7e5125a080de205925c7e4
authorJeremy Allison <jra@samba.org>
Tue, 9 May 2017 19:39:14 +0000 (9 12:39 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 11 May 2017 18:30:12 +0000 (11 20:30 +0200)
tree15dae639324aa95a0398649dafac73793d02ec64
parent1e5797d19ce9133427573289aa63337e48ea714f
s4: auth: Add TALLOC_CTX * to auth_register()

Use the talloc context passed into all modules.
Remove one more talloc_autofree_context().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/auth/auth.h
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_anonymous.c
source4/auth/ntlm/auth_developer.c
source4/auth/ntlm/auth_sam.c
source4/auth/ntlm/auth_unix.c
source4/auth/ntlm/auth_winbind.c