Skip to content

Commit

Permalink
fix other thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ilesik committed Oct 8, 2024
1 parent 90fb093 commit bad343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class DPP_EXPORT cluster {
std::unique_lock lk(named_commands_mutex);
if (named_commands.count(name) != 0) {
return false;
}
}
named_commands.emplace(name, handler);
return true;
};
Expand Down

0 comments on commit bad343d

Please sign in to comment.