]> diplodocus.org Git - minc/commitdiff
Oops, broke so mark() never runs!
authorEric Gillespie <epg@pretzelnet.org>
Wed, 10 Dec 2014 08:45:57 +0000 (00:45 -0800)
committerEric Gillespie <epg@pretzelnet.org>
Wed, 10 Dec 2014 08:45:57 +0000 (00:45 -0800)
minc

diff --git a/minc b/minc
index 31fefa53e2426120442b40a8e89a7edcbd8115fb..92924ca442f9ac8a6652e0aeb215925667c653c5 100755 (executable)
--- 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);
 
         # 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
 
         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) {
     push(@filtered, $msg);
 
     if ($run) {