s4: auth: Remove a talloc_autofree_context() use.
commit3429829a42c760e59fcf67463f72002f792cb087
authorJeremy Allison <jra@samba.org>
Tue, 9 May 2017 20:28:49 +0000 (9 13:28 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 11 May 2017 18:30:13 +0000 (11 20:30 +0200)
tree4ec871f57317cf6bd17a6af2e320f548d6b31b41
parent34f616fc6f48a4182f7e5125a080de205925c7e4
s4: auth: Remove a talloc_autofree_context() use.

Use NULL here, not the autofree context for this
static pointer. The destructor prevents freeing this
memory anyway.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/auth/system_session.c