Skip to content

Commit

Permalink
fix xoauth2 client mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Aug 23, 2018
1 parent 2a790ce commit a56bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sasl.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ XOAuth2Client.prototype.start = function(callback) {
count += 1;
response.writeUInt8(1, count);
count += 1;
callback(response);
callback(undefined, response);
};

/**
Expand Down

0 comments on commit a56bb22

Please sign in to comment.