Backport of fix for #1021

Note: The order of an if-statement matters if a variable isn't
declared. ;-)

Probably this 2.9.5 can live without it but rather play safe
and clean...
This commit is contained in:
Dirk 2018-03-21 15:06:09 +01:00
parent 48a702a569
commit 4ff442ad7f

View File

@ -13086,6 +13086,7 @@ initialize_globals() {
do_tls_sockets=false
do_client_simulation=false
do_display_only=false
do_starttls=true
}