When logging to the database, the IDs of an IKE SA are initially NULL.

This commit is contained in:
Tobias Brunner
2010-04-12 13:51:10 +02:00
parent 054fd74658
commit 355c3a66b1
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -206,9 +206,9 @@ CREATE TABLE ike_sas (
id INTEGER NOT NULL,
initiator INTEGER NOT NULL,
local_id_type INTEGER NOT NULL,
local_id_data BLOB NOT NULL,
local_id_data BLOB DEFAULT NULL,
remote_id_type INTEGER NOT NULL,
remote_id_data BLOB NOT NULL,
remote_id_data BLOB DEFAULT NULL,
host_family INTEGER NOT NULL,
local_host_data BLOB NOT NULL,
remote_host_data BLOB NOT NULL,