From c33e0c0c575711881c8df710dc3424812b20d86d Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Sat, 22 May 2010 16:02:23 +0000 Subject: [PATCH] oops --- lsyncd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lsyncd.c b/lsyncd.c index d47e3f9..1726eb5 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -1079,6 +1079,7 @@ void tackle_dir(int watch, clock_t alarm) if (delay == 0) { rsync_dir(watch); + return; } if (!buildpath(pathname, sizeof(pathname), watch, NULL, NULL)) {