diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-09 13:38:17 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-12-09 16:47:23 +0100 |
commit | 092f1b974433a45c2a24148ca098821ed8e406d8 (patch) | |
tree | a5eb1cc66b0b7650c211e7bff8d08673bfd6834d | |
parent | 4e57bb0b364e84f3cc8928f0f1a29055d69c7efd (diff) | |
download | samba-092f1b974433a45c2a24148ca098821ed8e406d8.tar.gz samba-092f1b974433a45c2a24148ca098821ed8e406d8.tar.xz 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
-rw-r--r-- | lib/tevent/tevent.c | 1 |
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, |