Skip to content

Commit a56bb22

Browse files
committed
fix xoauth2 client mechanism
1 parent 2a790ce commit a56bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sasl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ XOAuth2Client.prototype.start = function(callback) {
144144
count += 1;
145145
response.writeUInt8(1, count);
146146
count += 1;
147-
callback(response);
147+
callback(undefined, response);
148148
};
149149

150150
/**

0 commit comments

Comments
 (0)