summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-09 13:38:17 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-09 16:47:23 +0100
commit092f1b974433a45c2a24148ca098821ed8e406d8 (patch)
treea5eb1cc66b0b7650c211e7bff8d08673bfd6834d /lib/tevent/tevent.c
parent4e57bb0b364e84f3cc8928f0f1a29055d69c7efd (diff)
downloadsamba-092f1b974433a45c2a24148ca098821ed8e406d8.tar.gz
samba-092f1b974433a45c2a24148ca098821ed8e406d8.tar.bz2
samba-092f1b974433a45c2a24148ca098821ed8e406d8.zip
tevent: tevent_schedule_immediate never fails
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 9 16:47:23 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/tevent/tevent.c')
-rw-r--r--lib/tevent/tevent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c
index a87865b41a..5247b5ec1c 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -402,7 +402,6 @@ struct tevent_immediate *_tevent_create_immediate(TALLOC_CTX *mem_ctx,
/*
schedule an immediate event
- return NULL on failure
*/
void _tevent_schedule_immediate(struct tevent_immediate *im,
struct tevent_context *ev,