summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/readconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/readconf.c b/src/src/readconf.c
index 328d49558..0f696cbf5 100644
--- a/src/src/readconf.c
+++ b/src/src/readconf.c
@@ -3503,10 +3503,10 @@ if (gnutls_require_kx || gnutls_require_mac || gnutls_require_proto)
" are obsolete\n");
#endif /*SUPPORT_TLS*/
-if ((!add_environment || *add_environment == '\0') && !keep_environment)
+if (!keep_environment && environ && *environ)
log_write(0, LOG_MAIN,
- "WARNING: purging the environment.\n"
- " Suggested action: use keep_environment and add_environment.");
+ "Warning: purging the environment.\n"
+ " Suggested action: use keep_environment.");
}