From: Eric Gillespie Date: Wed, 10 Dec 2014 08:45:57 +0000 (-0800) Subject: Oops, broke so mark() never runs! X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/41e384ea0bd7ca92495c8a1d1fe9307397775f80?hp=7aa914a7e5b3a31e3d29b393a6a63a1529afccc3 Oops, broke so mark() never runs! --- diff --git a/minc b/minc index 31fefa5..92924ca 100755 --- a/minc +++ b/minc @@ -485,6 +485,7 @@ sub store_message { # This algorithm is different; i don't think we need to sleep. #sleep(2); + } if ($run) { # Mark each message as soon as we store it and bomb if that @@ -496,7 +497,6 @@ sub store_message { } } } - } push(@filtered, $msg); if ($run) {