(trunk, daemon) #4523 'files copied via kde sftp into watchdir not loaded' --fixed, patch by reardon

This commit is contained in:
Jordan Lee 2012-12-30 23:23:00 +00:00
parent 59d1d58d0f
commit 3414faefd6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct dtr_watchdir
/* reasonable guess as to size of 50 events */
#define BUF_LEN (EVENT_BATCH_COUNT * (EVENT_SIZE + 16) + 2048)
#define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_ONLYDIR)
#define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO|IN_CREATE|IN_ONLYDIR)
static void
watchdir_new_impl (dtr_watchdir * w)