Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed May 24, 2022
1 parent 9ccc42d commit 4085f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata_storage_stb_ds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ void LocalReplaceBlobIdInBucket(SharedMemoryContext *context,
BlobID new_blob_id) {
MetadataManager *mdm = GetMetadataManagerFromContext(context);
BeginTicketMutex(&mdm->bucket_mutex);
BucketInfo *info = LocalGetBucketInfoById(mdm, bucket_id);

if (info) {
BucketInfo *info = LocalGetBucketInfoById(mdm, bucket_id);
ChunkedIdList *blobs = &info->blobs;

BlobID *blobs_arr = (BlobID *)GetIdsPtr(mdm, *blobs);
Expand Down

0 comments on commit 4085f05

Please sign in to comment.