File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Handshake.prototype.toPacket = function (sequenceId) {
71
71
packet . writeInt16 ( this . statusFlags ) ;
72
72
packet . writeInt16 ( this . capabilityFlags >> 16 ) ;
73
73
packet . writeInt8 ( 21 ) ; // authPluginDataLength
74
- packet . skip ( 10 )
74
+ packet . skip ( 10 ) ;
75
75
packet . writeBuffer ( this . authPluginData2 ) ;
76
76
packet . writeInt8 ( 0 ) ;
77
77
packet . writeString ( 'mysql_native_password' ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var mysql = require('../../index.js');
3
3
var Command = require ( '../../lib/commands/command.js' ) ;
4
4
var Packets = require ( '../../lib/packets/index.js' ) ;
5
5
6
- var Buffer = require ( 'safe-buffer' ) . Buffer
6
+ var Buffer = require ( 'safe-buffer' ) . Buffer ;
7
7
var assert = require ( 'assert' ) ;
8
8
9
9
function TestAuthSwitchHandshake ( args )
You can’t perform that action at this time.
0 commit comments