Skip to content

Commit

Permalink
Merge pull request #6335: object_info_t::decode() has wrong version
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Nov 16, 2015
2 parents 2ed4b4c + 0ad9521 commit 1966859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/osd_types.cc
Expand Up @@ -4283,7 +4283,7 @@ void object_info_t::encode(bufferlist& bl) const
void object_info_t::decode(bufferlist::iterator& bl)
{
object_locator_t myoloc;
DECODE_START_LEGACY_COMPAT_LEN(14, 8, 8, bl);
DECODE_START_LEGACY_COMPAT_LEN(15, 8, 8, bl);
map<entity_name_t, watch_info_t> old_watchers;
::decode(soid, bl);
::decode(myoloc, bl);
Expand Down

0 comments on commit 1966859

Please sign in to comment.