summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2013-12-25 23:20:58 -0500
committerJeremy Allison <jra@samba.org>2013-12-26 08:49:00 -0800
commitec499c3d668d0788c64276bf9a0f58ce9a915bd6 (patch)
tree46de0221070f4ad585f342a94c259336d0d8d850 /lib/tevent
parente6afeae69537f55ed187b28b60ad29b9e237ec6e (diff)
downloadsamba-ec499c3d668d0788c64276bf9a0f58ce9a915bd6.tar.gz
Do not return a value from a void function.
Reported by herwin <samba@herwinw.nl> Resolves: https://bugzilla.samba.org/show_bug.cgi?id=10346 Signed-off-by: Simo Sorce <idra@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent_epoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c
index b0d15c8b01b..01fcde6816d 100644
--- a/lib/tevent/tevent_epoll.c
+++ b/lib/tevent/tevent_epoll.c
@@ -125,7 +125,6 @@ _PRIVATE_ void tevent_epoll_set_panic_fallback(struct tevent_context *ev,
struct epoll_event_context);
epoll_ev->panic_fallback = panic_fallback;
- return true;
}
/*