Fix msg not being passed for SASL

This commit is contained in:
Brian M. Carlson 2020-07-15 13:30:25 -05:00
parent 5425bc15d2
commit fdf13bac34

View File

@ -244,7 +244,7 @@ class Client extends EventEmitter {
})
}
_handleAuthSASL() {
_handleAuthSASL(msg) {
this._checkPgPass(() => {
this.saslSession = sasl.startSession(msg.mechanisms)
const con = this.connection