summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vpn-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl
index cd4166b..2228997 100755
--- a/scripts/vpn-config.pl
+++ b/scripts/vpn-config.pl
@@ -815,7 +815,7 @@ if ($vcVPN->exists('ipsec')) {
#
# Get ikev2-reauth configuration
#
- if ((defined($key_exchange) && ($key_exchange eq 'ikev2')) {
+ if ((defined($key_exchange)) && ($key_exchange eq 'ikev2')) {
my $ikev2_tunnel_reauth = $vcVPN->returnValue("ipsec site-to-site peer $peer ikev2-reauth");
if ((defined($ikev2_tunnel_reauth)) && ($ikev2_tunnel_reauth ne 'inherit')) {