From: Andreas Steffen Date: Sat, 15 May 2010 16:52:59 +0000 (+0200) Subject: it's too late on Saturday evening X-Git-Tag: 4.4.1~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee1bdd85d301ffa9f1bc4d15a83190361e7c9e0b;p=thirdparty%2Fstrongswan.git it's too late on Saturday evening --- diff --git a/testing/hosts/default/etc/ipsec.d/tables.sql b/testing/hosts/default/etc/ipsec.d/tables.sql index b1470af733..f7820a1568 100644 --- a/testing/hosts/default/etc/ipsec.d/tables.sql +++ b/testing/hosts/default/etc/ipsec.d/tables.sql @@ -197,8 +197,8 @@ CREATE TABLE ike_sas ( id INTEGER NOT NULL, initiator INTEGER NOT NULL, local_id_type INTEGER NOT NULL, - local_id_data BLOB NOT NULL, - remote_id_type INTEGER DEFAULT NULL, + local_id_data BLOB DEFAULT NULL, + remote_id_type INTEGER NOT NULL, remote_id_data BLOB DEFAULT NULL, host_family INTEGER NOT NULL, local_host_data BLOB NOT NULL,