Skip to content

Commit

Permalink
need string comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Dec 18, 2023
1 parent 10e1ba0 commit cbfb619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocBoot/iocxxx/softioc/commands/_info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sub parse

my $ip_addr = my_ip();

if ($ip_addr == $tcpline[1])
if ($ip_addr eq $tcpline[1])
{
$output{"SAME_HOST"} = 1;
}
Expand Down

0 comments on commit cbfb619

Please sign in to comment.