s3: nmbd: Add a talloc_stackframe().
authorJeremy Allison <jra@samba.org>
Fri, 23 Sep 2016 19:22:53 +0000 (12:22 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 24 Sep 2016 17:52:08 +0000 (19:52 +0200)
commit36b67729a6fc8518da71944db3fac6d9236b9348
tree03b22acb8bb658f06fd15584c1ff016204e18695
parentcca25c8f75147873280464eaf2699ff449f609ad
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>
source3/nmbd/nmbd_packets.c