From 1a7fb0bcba34e65286f2b87fa8c1bc7c05114292 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sun, 13 Jul 2014 18:18:38 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/cache_cf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index eb7e069ce8..44fee4b245 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -893,7 +893,7 @@ configDoConfigure(void) Config2.effectiveGroupID = pwd->pw_gid; #if HAVE_PUTENV - if (pwd->pw_dir && *pwd->pw_dir) { + if (pwd->pw_dir && *pwd->pw_dir) { // putenv() leaks by design; avoid leaks when nothing changes static String lastDir; if (!lastDir.size() || lastDir != pwd->pw_dir) { -- 2.47.2