Skip to content

Commit

Permalink
allow cs2.0 to build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
BoLaMN committed Dec 15, 2019
1 parent c88f020 commit 1d8a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dhcp/server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Server extends EventEmitter
new Server(opt)

constructor: (config) ->
super
super()

sock = dgram.createSocket
type: 'udp4'
Expand Down

0 comments on commit 1d8a9e6

Please sign in to comment.