fix test break

pull/314/head
Darien Raymond 2016-12-07 00:52:36 +01:00
parent 5f2eb09226
commit 544c6e8f71
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ func (v *AuthenticationReader) NextChunk() error {
return err
}
v.chunk = plainChunk
v.buffer.SliceFrom(size + 2)
return nil
}