s3: nmbd: Add a talloc_stackframe().
authorJeremy Allison <jra@samba.org>
Fri, 23 Sep 2016 19:22:53 +0000 (12:22 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 20 Oct 2016 08:45:25 +0000 (10:45 +0200)
commit4cceabe7aa8002aab3dd20a60ea758243acbca2c
tree626cdb9b333159ba428c5988a7a7e034e5dae6a0
parent42963c442a6a4073c1e02f9aad65b72cb4d86de6
s3: nmbd: Add a talloc_stackframe().

We will use this to create real tevent timer and fd
events.

This will allow us to eventually remove source3/lib/events.c
dependency and make nmbd purely tevent based.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12283
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit 36b67729a6fc8518da71944db3fac6d9236b9348)
source3/nmbd/nmbd_packets.c