mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk libT) #2940: "don't listen for create events in daemon's inotify watchdir implementation" -- fixed in trunk for 1.92
This commit is contained in:
parent
13fa343a2e
commit
ed032ec4de
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ str_has_suffix( const char *str, const char *suffix )
|
|||
/* reasonable guess as to size of 50 events */
|
||||
#define BUF_LEN (EVENT_BATCH_COUNT * (EVENT_SIZE + 16) + 2048)
|
||||
|
||||
#define DTR_INOTIFY_MASK (IN_CREATE|IN_CLOSE_WRITE|IN_MOVED_TO)
|
||||
#define DTR_INOTIFY_MASK (IN_CLOSE_WRITE|IN_MOVED_TO)
|
||||
|
||||
static void
|
||||
watchdir_new_impl( dtr_watchdir * w )
|
||||
|
|
Loading…
Reference in a new issue