fixed compiler warning

This commit is contained in:
Martin Willi
2008-04-17 15:08:48 +00:00
parent b360e3933d
commit c4ec8c9d18
7 changed files with 332 additions and 3 deletions
+8
View File
@@ -116,3 +116,11 @@ INSERT INTO certificate_identity (
) VALUES (
2, 5
);
INSERT INTO pools (
name, start, end, next
) VALUES (
'a', X'0a050000', X'0a05ffff', X'0a050000'
);