Ver Fonte

fix test break

Darien Raymond há 9 anos atrás
pai
commit
544c6e8f71
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      common/crypto/auth.go

+ 1 - 0
common/crypto/auth.go

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