From 96c8c9965a653174ef8f4818d5b940d914f02110 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 26 Sep 2014 18:03:52 -0400 Subject: [PATCH] Set 'invoking_tls' after converting to uppercase. Fixes consistancy with 'GETINFO USER' output. --- src/rcfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcfile.c b/src/rcfile.c index 74c56520..6065ff31 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -899,6 +899,7 @@ set_defaults (struct slist_s **config) for (p = invoking_tls; p && *p; p++) *p = toupper(*p); + config_set_string_param(config, "global", "invoking_tls", invoking_tls); #endif invoking_uid = pwd->pw_uid; invoking_gid = pwd->pw_gid; -- 2.11.4.GIT