summaryrefslogtreecommitdiff
path: root/devel/dbus/files/patch-bus_dir-watch-kqueue.c
blob: b65d9ab84bdf79292e37eb49aeee8dd0fdeccefb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bus/dir-watch-kqueue.c.orig	2010-04-04 17:59:18.000000000 -0400
+++ bus/dir-watch-kqueue.c	2010-04-04 17:59:55.000000000 -0400
@@ -169,7 +169,7 @@ bus_set_watched_dirs (BusContext *contex
    */
   for (i = 0; new_dirs[i]; i++)
     {
-      for (j = 0; i < num_fds; j++)
+      for (j = 0; j < num_fds; j++)
         {
           if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
             {