Skip to content

Commit

Permalink
Fix[mqbs_virtualstoragecatalog.cpp]: fix Solaris build (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Oct 9, 2024
1 parent 249d385 commit cbc13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqbs/mqbs_virtualstoragecatalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ VirtualStorageCatalog::confirm(const bmqt::MessageGUID& msgGUID,

setup(&data->second);
const mqbi::StorageResult::Enum rc = it->value()->confirm(&data->second);
if (queue() && mqbi::StorageResult::Enum::e_SUCCESS == rc) {
if (queue() && mqbi::StorageResult::e_SUCCESS == rc) {
queue()->stats()->onEvent(
mqbstat::QueueStatsDomain::EventType::e_DEL_MESSAGE,
data->second.d_size,
Expand Down

0 comments on commit cbc13da

Please sign in to comment.