Bug 16294: Don't lose inotify watch when config fails to parse
authorColin Walters <walters@verbum.org>
Mon, 28 Jul 2008 16:02:56 +0000 (12:02 -0400)
committerColin Walters <walters@verbum.org>
Mon, 28 Jul 2008 16:02:56 +0000 (12:02 -0400)
commit121c6b13a35759ee590551cfb9978e9f20766a12
tree95d098e49e7c1f477773fdf68614ff30964d907d
parent892c0a00539151dc449e80d1b0311a9e4ea69f79
Bug 16294: Don't lose inotify watch when config fails to parse

* bus/dir-watch-inotify.c: Always drop the watch in
handle_inotify_watch; this ensures we always readd it
correctly in bus_drop_all_directory_watches.
bus/dir-watch-inotify.c