Re: [Spice-devel] [spice-common 7/8] quic: Fix QUIC_VERSION definition

2019-03-28 Thread Frediano Ziglio
> > QUIC_VERSION_MINOR is never used.. Set QUIC_VERSION_MINOR to the same > version as QUIC_VERSION_MAJOR to avoid breaking backwards compatibility, > and fix the QUIC_VERSION macro. > > Signed-off-by: Christophe Fergeau Acked-by: Frediano Ziglio > --- > common/quic.c | 4 ++-- > 1 file

[Spice-devel] [spice-common 7/8] quic: Fix QUIC_VERSION definition

2019-03-28 Thread Christophe Fergeau
QUIC_VERSION_MINOR is never used.. Set QUIC_VERSION_MINOR to the same version as QUIC_VERSION_MAJOR to avoid breaking backwards compatibility, and fix the QUIC_VERSION macro. Signed-off-by: Christophe Fergeau --- common/quic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff