Don't use frame as the talloc ctx in open_schannel_session_store(), as this breaks...
authorJeremy Allison <jra@samba.org>
Fri, 25 Jun 2010 20:29:00 +0000 (13:29 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jun 2010 20:29:00 +0000 (13:29 -0700)
commitafc6d2f46d6aed07f828ef2f0aa6b62250468132
treed20f21224b75c36f713a6428e9aea2cbd504aa11
parent86be54ec61153d6ecd6967fa0f8c65880bbb088c
Don't use frame as the talloc ctx in open_schannel_session_store(), as this breaks running from inetd
(we free frame below). Use NULL instead.

Jeremy.
source3/smbd/server.c