typo fixed

This commit is contained in:
mom040267 2014-10-31 05:27:09 +00:00
parent 52d4420b47
commit a854b94504

View File

@ -774,7 +774,7 @@ CREATE TABLE turn_realm_option (
# oAuth key storage table.
#
CREATE TABLE oauth_key (
kid varchar(128), /*
kid varchar(128),
ikm_key varchar(256) default '',
timestamp bigint default 0,
lifetime integer default 0,