Skip to content

Commit

Permalink
Removing a wwrong line break from the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaf committed Aug 27, 2014
1 parent 3ef67fe commit 7d8fda9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mqttGateway2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ sub readNodeFile
open INPUT, "<", $nodeFile or return;
while (<INPUT>) {
if (index($_,'=') > -1) {
chomp;
my ($address, $name) = split /=/;

$knownNodes {$address} = $name;
}
}
Expand Down

0 comments on commit 7d8fda9

Please sign in to comment.