Fix requesting blobs from blob_wants. ids were trucated. Yikes.
This commit is contained in:
parent
418cfac0e3
commit
5e240de677
@ -142,7 +142,7 @@ static void _tf_ssb_rpc_blob_wants_added_callback(tf_ssb_t* ssb, const char* id,
|
||||
|
||||
typedef struct _blob_wants_work_t
|
||||
{
|
||||
char out_id[k_blob_id_len][32];
|
||||
char out_id[32][k_blob_id_len];
|
||||
int out_id_count;
|
||||
} blob_wants_work_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user