Explorar el Código

fix test break

Darien Raymond hace 9 años
padre
commit
544c6e8f71
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 }