diff --git a/lib/path.c b/lib/path.c index 79fb07aa9..6c3ac29d4 100644 --- a/lib/path.c +++ b/lib/path.c @@ -245,6 +245,8 @@ static void * path_run_single(void *arg) path_destination_write(pd, p); } + + pthread_testcancel(); } return NULL;