Skip to content

Commit

Permalink
Fix bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Mar 24, 2024
1 parent e167e46 commit cd40635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public static function get_connected_ip_adresses($interface, $leasesfile) {
}
$connecteddata[$macaddress] = [
'ip' => $arpmacippairs[$macaddress],
'name' => explode(' ', reset($m))[3],
'name' => $name,
];
}
}
Expand Down

0 comments on commit cd40635

Please sign in to comment.