]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:tevent_wait: simplify the code by using tevent_req_defer_callback()
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Sep 2014 20:54:23 +0000 (22:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 May 2015 14:37:52 +0000 (16:37 +0200)
commit4e1cc54c222f6274f28fec39579655b62ab73f2c
treeed9c36ccfa3664948e0c793a83ccf9124f7b0c50
parent9ee3422a7097b060592794e8953d1c59f2b6c3c2
s3:tevent_wait: simplify the code by using tevent_req_defer_callback()

This way a user of this could also use tevent_req_error() or wrappers.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue May 19 16:37:52 CEST 2015 on sn-devel-104
source3/lib/tevent_wait.c