cluster: remove duplicate this.errno assignment
This commit is contained in:
parent
d713db245b
commit
2b569deed3
@ -56,7 +56,6 @@ Worker.prototype.send = function() {
|
|||||||
|
|
||||||
function SharedHandle(key, address, port, addressType, backlog, fd) {
|
function SharedHandle(key, address, port, addressType, backlog, fd) {
|
||||||
this.key = key;
|
this.key = key;
|
||||||
this.errno = '';
|
|
||||||
this.workers = [];
|
this.workers = [];
|
||||||
this.handle = null;
|
this.handle = null;
|
||||||
this.errno = 0;
|
this.errno = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user