Skip to content

Commit

Permalink
Update riakc_pb_socket.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Nov 14, 2023
1 parent 5fd18b8 commit db4294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riakc_pb_socket.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ process_response(#request{msg = #rpbaaefoldfindtombsreq{}},
State) ->
KeysNClocks = Rsp#rpbaaefoldkeyvalueresp.keys_value,
{reply,
{ok, {keys, lists:map(fun unpack_keycount_fun/1, KeysDH)}},
{ok, {keysclocks, lists:map(fun unpack_keyclock_fun/1, KeysNClocks)}},
State};
process_response(#request{msg = #rpbaaefoldreaptombsreq{}},
#rpbaaefoldkeycountresp{response_type = ReapTag,
Expand Down

0 comments on commit db4294d

Please sign in to comment.