mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
openvpn: Deleted double entry.
* 'my $authactive;' was two times defined, but only one time needed.
This commit is contained in:
@@ -3155,7 +3155,6 @@ my $complzoactive;
|
||||
my $mssfixactive;
|
||||
my $authactive;
|
||||
my $n2nfragment;
|
||||
my $authactive;
|
||||
my @n2nmtudisc = split(/ /, (grep { /^mtu-disc/ } @firen2nconf)[0]);
|
||||
my @n2nproto2 = split(/ /, (grep { /^proto/ } @firen2nconf)[0]);
|
||||
my @n2nproto = split(/-/, $n2nproto2[1]);
|
||||
|
||||
Reference in New Issue
Block a user