static leases use 0, not NULL timeout

fixed static leases
This commit is contained in:
Martin Willi
2008-05-15 09:26:47 +00:00
parent bb94e1ed60
commit 89658f6d6c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ CREATE TABLE pools (
start BLOB NOT NULL,
end BLOB NOT NULL,
next BLOB NOT NULL,
timeout INTEGER DEFAULT NULL,
timeout INTEGER NOT NULL,
UNIQUE (name)
);
DROP INDEX IF EXISTS pools_name;