pool: minor.
This commit is contained in:
parent
dfaadd41c6
commit
0067ddfac1
@ -300,7 +300,7 @@ Pool.prototype._init = function _init() {
|
||||
* @param {Function} callback
|
||||
*/
|
||||
|
||||
Pool.prototype._open = function open(callback) {
|
||||
Pool.prototype._open = function _open(callback) {
|
||||
var self = this;
|
||||
this.getIP(function(err, ip) {
|
||||
if (err)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user