mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
HS 2.0 server: Add last_msk into users table setup
This field is used for debugging purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
2fd8984b05
commit
ee598e431b
@ -53,7 +53,8 @@ CREATE TABLE users(
|
||||
cert TEXT,
|
||||
cert_pem TEXT,
|
||||
t_c_timestamp INTEGER,
|
||||
mac_addr TEXT
|
||||
mac_addr TEXT,
|
||||
last_msk TEXT
|
||||
);
|
||||
|
||||
CREATE TABLE wildcards(
|
||||
|
Loading…
Reference in New Issue
Block a user