summaryrefslogtreecommitdiff
path: root/src/common/evsched.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/evsched.c')
-rw-r--r--src/common/evsched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/evsched.c b/src/common/evsched.c
index 386478a..cc2cf7c 100644
--- a/src/common/evsched.c
+++ b/src/common/evsched.c
@@ -325,6 +325,6 @@ int evsched_cancel(evsched_t *s, event_t *ev)
/* Enable running events. */
pthread_mutex_unlock(&s->rl);
- return 0;
+ return found;
}