summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules-vyos <vyos@ourhouse.org.uk>2017-07-05 09:31:45 +0100
committerjules-vyos <vyos@ourhouse.org.uk>2017-07-05 09:31:45 +0100
commit367f00fe224ba76a43fb5ddebfcb0e0052a09075 (patch)
tree6095b2110dc033c0863739f006335f83d8fce22f
parent46c10df71f00f215d6aaa15a3b00e946679a0328 (diff)
downloadvyatta-op-vpn-367f00fe224ba76a43fb5ddebfcb0e0052a09075.tar.gz
vyatta-op-vpn-367f00fe224ba76a43fb5ddebfcb0e0052a09075.zip
T303 - Re-fix - broke that the first time
Typo, sadly. Resolved this time.
-rw-r--r--lib/OPMode.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/OPMode.pm b/lib/OPMode.pm
index e304b2f..9e7bd60 100644
--- a/lib/OPMode.pm
+++ b/lib/OPMode.pm
@@ -862,7 +862,7 @@ sub show_ipsec_sa_natt
my %tunnel_hash = get_tunnel_info();
my %tmphash = ();
for my $peer ( keys %tunnel_hash ) {
- if (${$tunnel_hash{$peer}>{_natt} == 1 ){
+ if (${$tunnel_hash{$peer}}{_natt} == 1 ){
$tmphash{$peer} = \%{$tunnel_hash{$peer}};
}
}