From: Ian Jackson Date: Sun, 18 Apr 2010 17:12:19 +0000 (+0100) Subject: Actually WAITING is correct because duct will never delete both F and D X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=commitdiff_plain;h=52fe602181677af1a1e453e45e4d6b6557b357cc Actually WAITING is correct because duct will never delete both F and D --- diff --git a/backends/innduct.c b/backends/innduct.c index c9c4c59..fe7be9b 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -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"); } }