pool: minor.

This commit is contained in:
Christopher Jeffrey 2016-07-29 16:19:13 -07:00
parent dfaadd41c6
commit 0067ddfac1
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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)