Skip to content
Snippets Groups Projects
Commit c18410f5 authored by Serge Petrenko's avatar Serge Petrenko Committed by Yaroslav Lobankov
Browse files

xrow: fix xrow_decode_synchro rejecting non-int types

There was an error in xrow_decode_synchro: it compared the expected type
of the value to the type of the key (MP_UINT) instead of the type of the
actual value. This went unnoticed because all values in synchro requests
were integers.

This is going to change soon, when PROMOTE requests will start holding a
vclock, so fix the wrong type check.

In-scope-of #9138

NO_DOC=bugfix
NO_CHANGELOG=not user-visible
parent 98474f70
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment