Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arwassa committed Jun 1, 2019
1 parent 7d9b9a4 commit 0abd991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/net.moon
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ class BroadcastSocket extends Socket


class NetworkInterfaceManager
new: (serviceManager) =>
new: (parent, serviceManager) =>
super(parent, serviceManager)
@serviceManager = serviceManager
@networkInterfaces = {}
-- our machines id
Expand Down

0 comments on commit 0abd991

Please sign in to comment.