From 4b2821ff9861b193226442e9bc5507a9ddffa827 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 24 Jan 2017 20:15:32 +0000 Subject: Make update-environment an array as well. --- options-table.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'options-table.c') 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", -- cgit