]> git.ipfire.org Git - thirdparty/samba.git/commit
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:43:28 +0000 (10:43 +0200)
commit6b134a8d499dc1f4f9bfb50614b769c19e689907
tree4bed7e21ca6941de115218fd096a130aaa1e1c6c
parent928f2814e80e3794b39b7e830f9fd25fe161e86a
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