Skip to content

Commit

Permalink
correct callback for knode.connect
Browse files Browse the repository at this point in the history
  • Loading branch information
nairboon committed Jul 17, 2012
1 parent 7e9184d commit 668a2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knode.js
Expand Up @@ -396,7 +396,7 @@ exports.KNode.prototype.connect = function(address, port, cb) {
});
callback(null);
}, this)
]);
], callback);
}

exports.KNode.prototype.get = function(key, cb) {
Expand Down

0 comments on commit 668a2d1

Please sign in to comment.