fix test break

pull/314/head
Darien Raymond 8 years ago
parent 5f2eb09226
commit 544c6e8f71
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

Loading…
Cancel
Save