Skip to content

Commit 1d8a9e6

Browse files
committed
allow cs2.0 to build correctly
1 parent c88f020 commit 1d8a9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dhcp/server.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Server extends EventEmitter
2323
new Server(opt)
2424

2525
constructor: (config) ->
26-
super
26+
super()
2727

2828
sock = dgram.createSocket
2929
type: 'udp4'

0 commit comments

Comments
 (0)