aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-02-05 10:15:56 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-02-05 10:15:56 +0100
commitd6804e304199344991212523a0473a848246e42f (patch)
tree05282402be3e0e46d9b36d30c954fcecc7edb5a1 /src/libimcv
parent523c2874fb6e34103b66617fd249e29aed00d177 (diff)
downloadstrongswan-d6804e304199344991212523a0473a848246e42f.tar.bz2
strongswan-d6804e304199344991212523a0473a848246e42f.tar.xz
Added missing semicolon in SQL statements
Diffstat (limited to 'src/libimcv')
-rw-r--r--src/libimcv/imv/data.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libimcv/imv/data.sql b/src/libimcv/imv/data.sql
index 8c4bab0fc..9d938b9b8 100644
--- a/src/libimcv/imv/data.sql
+++ b/src/libimcv/imv/data.sql
@@ -790,37 +790,37 @@ INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 29
-)
+);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 30
-)
+);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 31
-)
+);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 32
-)
+);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 33
-)
+);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
3, 34
-)
+);
/* Policies */