diff options
Diffstat (limited to 'lib/dgram.js')
-rw-r--r-- | lib/dgram.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dgram.js b/lib/dgram.js index a19f4d8b5b..486f269345 100644 --- a/lib/dgram.js +++ b/lib/dgram.js @@ -411,7 +411,7 @@ Socket.prototype.send = function(buffer, this._healthCheck(); if (this._bindState === BIND_STATE_UNBOUND) - this.bind({port: 0, exclusive: true}, null); + this.bind({ port: 0, exclusive: true }, null); if (list.length === 0) list.push(Buffer.alloc(0)); |