about summary refs log tree commit homepage
path: root/scripts
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-11 04:43:59 +0000
committerEric Wong <e@80x24.org>2015-01-11 04:43:59 +0000
commite80c2d9a9e3d891105ad7bfcd1369a020e6be185 (patch)
tree3b18ba7fb151218e97a9c8e2ae5b6df97f4b1e12 /scripts
parent6e97491f3c4a9787622618b4409659af67695cf5 (diff)
downloadpublic-inbox-e80c2d9a9e3d891105ad7bfcd1369a020e6be185.tar.gz
We start with zero and only store the next valid ID.
Diffstat (limited to 'scripts')
-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 {