Skip to content

Commit

Permalink
Merge pull request #6335 from Abhishekvrshny/wip-13488-hammer
Browse files Browse the repository at this point in the history
object_info_t::decode() has wrong version

Reviewed-by: Samuel Just <sjust@redhat.com>
  • Loading branch information
Loic Dachary committed Nov 16, 2015
2 parents f017566 + 0ad9521 commit fdb3446
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 fdb3446

Please sign in to comment.