Skip to content

Commit

Permalink
Update lib/server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Romann <[email protected]>
  • Loading branch information
htool and JKRhb authored Jun 6, 2023
1 parent 6c68467 commit 1b81050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function allAddresses (type): string[] {
interfaces[ifname]?.forEach((a) => {
if (a.family === family && !macs.includes(a.mac)) {
addresses.push(a.address)
macs.push(a.address)
macs.push(a.mac)
}
})
}
Expand Down

0 comments on commit 1b81050

Please sign in to comment.