Skip to content

Commit

Permalink
Minor tweak to scope_exit name
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Aug 5, 2024
1 parent 35c5ba0 commit e749b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/zenohd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ int main(int argc, char ** argv)
printf("Unable to open router session!\n");
return 1;
}
auto close_session = rcpputils::make_scope_exit(
auto always_close_session = rcpputils::make_scope_exit(
[&session]() {
z_close(z_move(session));
});
Expand Down

0 comments on commit e749b11

Please sign in to comment.