Browse Source

cluster: remove duplicate this.errno assignment

v0.11.5-release
Ben Noordhuis 12 years ago
parent
commit
2b569deed3
  1. 1
      lib/cluster.js

1
lib/cluster.js

@ -56,7 +56,6 @@ Worker.prototype.send = function() {
function SharedHandle(key, address, port, addressType, backlog, fd) {
this.key = key;
this.errno = '';
this.workers = [];
this.handle = null;
this.errno = 0;

Loading…
Cancel
Save