Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1f86ebf

Browse files
committed
Release 21
1 parent e7002b6 commit 1f86ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([clr-network-troubleshooter],[20])
5+
AC_INIT([clr-network-troubleshooter],[21])
66
AM_INIT_AUTOMAKE
77

88
# Checks for programs.

scripts/clr-network-troubleshooter.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ else {
104104

105105
# If HTTPS fails, while HTTP succeeds, one likely failure scenario is
106106
# incorrect system time falsely causing certificate verification failure
107-
if ($failures{https} && !$failures{http}) {
107+
if ($OPT_FULL || ($failures{https} && !$failures{http})) {
108108
check_system_time();
109109
}
110110
}

0 commit comments

Comments
 (0)