fix client not connecting with skipValidation flag

This commit is contained in:
vlakreeh 2018-11-09 11:11:21 -05:00
parent 297d40b17d
commit aff9c221f7

View file

@ -40,6 +40,9 @@ module.exports = function (client, options) {
})
}
})
} else {
// trust that the provided session is a working one
cb(null, options.session)
}
} else {
yggdrasil.auth({