summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-12 20:01:15 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-12 20:01:15 +0000
commit845a664bb2d06ac1cdc0af37d753d107f4353955 (patch)
treebdd2832180ef678265972308ed08e71ab0bbab60 /options-table.c
parent5a5db02b8514eff40b97b3f3e4e85a3d948b57da (diff)
parent5ed17e84faed0a7655ec1eb3de291b60839dcb12 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index ab61ef79..2d904124 100644
--- a/options-table.c
+++ b/options-table.c
@@ -210,6 +210,12 @@ const struct options_table_entry options_table[] = {
.default_num = 2000
},
+ { .name = "key-table",
+ .type = OPTIONS_TABLE_STRING,
+ .scope = OPTIONS_TABLE_SESSION,
+ .default_str = "root"
+ },
+
{ .name = "lock-after-time",
.type = OPTIONS_TABLE_NUMBER,
.scope = OPTIONS_TABLE_SESSION,