chiark / gitweb /
Actually WAITING is correct because duct will never delete both F and D
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 18 Apr 2010 17:12:19 +0000 (18:12 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 18 Apr 2010 17:12:19 +0000 (18:12 +0100)
backends/innduct.c

index c9c4c599faf7a42793c65d460e18f57cc5bcf2e8..fe7be9bde496db1bc32c5d2f0f3c64ea7ee5b62c 100644 (file)
@@ -1582,7 +1582,6 @@ static void statemc_init(void) {
     }
   } else {
     debug("startup: D ENOENT => Nothing");
-    fixme need to try flushing innd here - needs state diagram changes;
     SMS(WAITING, open_wait_periods, "no feed file currently exists");
   }
 }