mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fix a typo.
This commit is contained in:
parent
bac8b24853
commit
b574a92f35
@ -249,8 +249,8 @@ sub are_connected($$$$$) {
|
|||||||
$if_1 = "ping" if $if_1 eq '';
|
$if_1 = "ping" if $if_1 eq '';
|
||||||
$if_2 = "ping" if $if_2 eq '';
|
$if_2 = "ping" if $if_2 eq '';
|
||||||
|
|
||||||
if (defined($self->{'connections'}->{"${dev_1}\t${if_1}\t${dev_2}\t{$if_2}"}) ||
|
if (defined($self->{'connections'}->{"${dev_1}\t${if_1}\t${dev_2}\t${if_2}"}) ||
|
||||||
defined($self->{'connections'}->{"${dev_2}\t${if_2}\t${dev_1}\t{$if_1}"})) {
|
defined($self->{'connections'}->{"${dev_2}\t${if_2}\t${dev_1}\t${if_1}"})) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user