summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2017-01-24 20:15:32 +0000
committernicm <nicm>2017-01-24 20:15:32 +0000
commit4b2821ff9861b193226442e9bc5507a9ddffa827 (patch)
tree23450181f40165bdae3648353e15ef064134c27d /options-table.c
parentb77dd75b5717d3b95a97c7b60c9e054338d7d85e (diff)
Make update-environment an array as well.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 2b506b8c..8af4d934 100644
--- a/options-table.c
+++ b/options-table.c
@@ -482,11 +482,10 @@ const struct options_table_entry options_table[] = {
},
{ .name = "update-environment",
- .type = OPTIONS_TABLE_STRING,
+ .type = OPTIONS_TABLE_ARRAY,
.scope = OPTIONS_TABLE_SESSION,
.default_str = "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID "
"SSH_CONNECTION WINDOWID XAUTHORITY"
-
},
{ .name = "visual-activity",