about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/import_slrnspool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/import_slrnspool b/scripts/import_slrnspool
index 560c08c2..fec7ebf1 100755
--- a/scripts/import_slrnspool
+++ b/scripts/import_slrnspool
@@ -25,7 +25,7 @@ use Data::Dumper; print STDERR Dumper($cfg);
 
 sub get_min {
         my ($cfg) = @_;
-        $cfg->{importslrnspoolstate} || 1
+        $cfg->{importslrnspoolstate} || 0;
 }
 
 sub set_min {