tons of changes
[org.ibex.jinetd.git] / src / org / ibex / jinetd / Watched.java
index 50a7bc2..332c0f4 100644 (file)
@@ -38,6 +38,7 @@ public class Watched extends File {
                 if (kid == null) continue;
                 cache.put(kids[i], kid);
                 watcher().changed(kid);
+                kid.scan();
             } else {
                 kid.scan();
             }